PureBytes Links
Trading Reference Links
|
if I understand you right, you want to filter the result list of an
exploration by those 2 criteria. once you do that, you can AddColumns to
show anything you want.
so that'd be something like:
filter = GapDown() and V > 2.5 * EMA(V,50);
make sense?
dave
> I am trying to print out all stocks which following conditions;
> stock which gapdown with volume > 2.5 of 50 days average volume
>
> AddColumn( GapDown() && V > 2.5 * EMA(V,50) ,"name",1.0);
>
> however I only wants to print out the ticker name and the date which
> the above condition exists. Can someone fill in the rest? Thanks
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|