Crisp - Speculative Momentum Breakouts SFT
Speculative Momentum Breakouts search from StressFreeTrading.com converted to QP2 scan by The UnRuly Dog @ http://ww.unrulydog.com
output = "SpecMoBO.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
Vol(0)+Vol(-1)+Vol(-2)+Vol(-3)+Vol(-4)>=1000000 and
Vol(0)+Vol(-1)+Vol(-2)+Vol(-3)+Vol(-4)>2*(Vol(-9)+Vol(-8)+Vol(-7)+Vol(-6)+Vol(-5)) and
max(0,-4,hi)>max(-5,-20,hi) and
High(0) > max(-1,-4,hi) and
Close (0)>Close(-4) 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;
Crisp - Speculative Momentum Breakouts SFT
Speculative Momentum Breakouts search from StressFreeTrading.com converted to QP2 scan by The UnRuly Dog @ http://ww.unrulydog.com
output = "SpecMoBO.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
Vol(0)+Vol(-1)+Vol(-2)+Vol(-3)+Vol(-4)>=1000000 and
Vol(0)+Vol(-1)+Vol(-2)+Vol(-3)+Vol(-4)>2*(Vol(-9)+Vol(-8)+Vol(-7)+Vol(-6)+Vol(-5)) and
max(0,-4,hi)>max(-5,-20,hi) and
High(0) > max(-1,-4,hi) and
Close (0)>Close(-4) 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;