SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA- Scans and System Tests

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Derek B who wrote (870)8/16/1997 11:27:00 AM
From: Rob Kipp   of 989
 
Derek,
The parameters used in "picking" from Richards BBB Scan are based upon Henry's 9/day/MA (two down days) followed by an up day. Not violating or falling below the 9/day Moving Average.

Brookins Buys = BB.lst

In Q+v2 scan is:
-----------------
output="bb"
input= "bbb.lst"

if (EMovAvg(0,9,cl) > EMovAvg(0,21,cl) andclose(0)>=2 andclose(0)<=29)andAvgVol (0,-29)>=30000 andclose(-2)< close(-3)andclose(-1)< close(-2)andclose(0)>close(-1)andclose(0) > close(-3)then
println Symbol , "," , Close(0) , "," ,description
endif
---------------
Rob
PS- any ideas or suggestions are ALWAYS welcome.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext