Crisp - Super 7 Stocks
Super 7 Stocks search from StressFreeTrading.com converted to QP2 scan by The UnRuly Dog @ http://ww.unrulydog.com
output = "Cs7s.lst";
Exchange=NYSE,AMEX,NASDAQ;
daystoload=300;
DaysRequired=300;
Printhdrln "Symbol,Close,EPSRank,QRS,30adv,Vol,PE,IRLGroup,SharesFloat,SharesShort,Name,InstHold";
if Low52week>0 and
Close (0)\< 30 or Close (0)>50
then
if QRS(0)>=97 or High52week/(low52week)>=4
then
if Sharesfloat\<=10 and
Max(0,-9,hi)>Max(-10,-259,hi) and
Max(0,-9,hi)>Max(-10,-29,hi)
then
If Close (0)>Close(-1) and Vol(0)>=Vol(-1)*3 or
Close (-1)>Close(-1) and Vol(0)>=Vol(-2)*3 or
Close (-2)>Close(-1) and Vol(0)>=Vol(-3)*3 or
Close (-3)>Close(-1) and Vol(0)>=Vol(-4)*3 or
Close (-4)>Close(-1) and Vol(0)>=Vol(-5)*3 or
Close (-5)>Close(-1) and Vol(0)>=Vol(-6)*3 or
Close (-6)>Close(-1) and Vol(0)>=Vol(-7)*3 or
Close (-7)>Close(-1) and Vol(0)>=Vol(-8)*3 or
Close (-8)>Close(-1) and Vol(0)>=Vol(-9)*3 or
Close (-9)>Close(-1) and Vol(0)>=Vol(-10)*3 then
println Symbol,",",Close(0):7:2,",",EPSRank(0):3:0,",",QRS(0):3:0,",",avgvol(0,-29)/1000:8:0,",",vol(0):8:3,",",PE:5:0,",",IRLsymbol:12,",",Sharesfloat:5:0,",",Shortint:5:0,",",description:-15,",",InstHold:3:2;
endif;
endif;
endif;
endif;