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. |