| 
 PureBytes Links 
Trading Reference Links 
 | 
I am using this formula with scan test for now,but question is why is 
this formula only coming back with penny stocks.
Plot( Close, "Price", colorBlue, styleCandle );
Buy = Cross(Close,O>H-(H-L)*.25 AND C>H-(H-L)*.25 AND
L<Ref(LLV(L,10),-1));
BuyPrice = H +.125;
BuyStop = H+1.125;
Filter = O>H-(H-L)*.25AND C>H-(H-L)*.25 AND
L<Ref(LLV(L,10),-1);
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/ 
 
 |