For the past decade or more I've run the an EOD Exploration to determine the status of stock in my database (over 3500). This has be especially helpful in finding stocks missing a daily quote when clicking the "data" column. I recently upgraded to 6:10 and find that it doesn't sort by "date" in this column. One can find such data under "Tools" Pulse but it would be simpler to add a "Filter" to accommodate this action. If so would some be kind enough to send me a appropriate "filter". Thanks kindly for any help you may offer.
Dick Hoierman
Exploration Formula
basis = C; // ema(C, 9);
perf1 = basis / Ref(Close, -1) * 100 - 100;
perf5 = basis / Ref(basis, -5) * 100 - 100;
perf30 = basis / Ref(basis, -60) * 100 - 100;
perf250 = basis / Ref(basis, -250) * 100 - 100;
//AddTextColumn(MarketID(2) ," Market ", 25.0, colorWhite, colorBlue);
Chaikan = ROC( EMA( High-Low, 10), 10);
//return = ROC(C,250);
AddColumn (Close, "Close",1.2);
AddColumn (Ref(Close,-1),"Close-1",1.2);
AddColumn( DateTime(), "Date", formatDateTime );
//AddColumn (Low, "low",1.2);
//AddColumn( RS, "RS", 1.3 ,IIf( RS >= 1, colorDarkGreen,colorRed ));
AddTextColumn(GetFnData("Country"), "Country",25.0,colorWhite,colorBrown);
AddColumn(perf1, "perf1%", 1.2);
AddColumn(perf5, "perf5%", 1.2);
AddColumn(perf30, "perf60%", 1.2);
AddColumn(perf250, "perf250%", 1.2);
//AddColumn(return, "250 Bar Return", 1.2);
AddColumn(Volume, "Volume", 1.0);
AddColumn(MA(V,25),"MA(V25*100",1.0);
//AddColumn(RV,"RelativeVol", 1.0);
//AddColumn( P50, "%Below50MA", 1.2 , IIf(P50 >= 0, colorGreen, colorRed ), colorWhite,50);
AddColumn(HHV(C,251),"52wkHI",1.2,colorGreen);
AddColumn(LLV(C,251),"52wkLO",1.2,colorBrown);
Filter = 1;// dummy
Posted by: areehoi@yahoo.com
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
EmoticonEmoticon