Crisp - Speculative Momentum SFT
Speculative Momentum search from StressFreeTrading.com converted to QP2 scan by The UnRuly Dog @ http://ww.unrulydog.com
output = "SpecMo.lst";
daystoload=150;
DaysRequired=150;
Printhdrln "Symbol,Close,EPSRank,QRS,30adv,Vol,PE,IRLGroup,SharesFloat,SharesShort,Name,InstHold";
if low52week>0 then
if Close(0)\<=15 and
QRS(0)>98 and
Vol(0)+Vol (-1)+Vol(-2)+Vol(-3)+Vol(-4)>=100000 and
Avgvol(0,-4) >=50000 and
High52week/low52week>=2 and
Close (0)>=high52week*.8 and
Sharesfloat\<=15
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;