LBR ANTI
output="LBRAnti.lst";
issuetype=common;
exchange nyse,nasdaq,amex;
Set STOCHASTIC = 7,4,10;
If StochasticPctD(0)\< 80 and
StochasticPctD(-1) \< StochasticPctD(0) and
StochasticPctK(-1) > StochasticPctK(0) and
StochasticPctK(0) \< StochasticPctD(0) and
Close (0) =>10 and
avgvol(0,-29)>50000 and // 30 day average volume greater than 50k per day
Close (0) \< Close (-1) then
println Symbol,",",Close(0):7:2,",",EPSRank(0):3:0,",",QRS(0):3:0,",",avgvol(0,-29):8:0,",",vol(0):8:0,",",PE:5:0,",",IRLsymbol:12,",",Sharesfloat:5:2,",",Shortint:5:2,",",description:-15,",",InstHold:3:2;
endif;
LBR ANTI
The scan seeks to identify long swing trade opportunities as defined by Linda Bradford Rashke in her Book, Street Smarts. This stochastic and its use to identify retracement patterns, are covered in detail in Chapter 9 of the book, entitled, "The ANTI".Written by The UnRuly Dog at http://www.UnRulyDog.com
output="LBRAnti.lst";
issuetype=common;
exchange nyse,nasdaq,amex;
Set STOCHASTIC = 7,4,10;
If StochasticPctD(0)\< 80 and
StochasticPctD(-1) \< StochasticPctD(0) and
StochasticPctK(-1) > StochasticPctK(0) and
StochasticPctK(0) \< StochasticPctD(0) and
Close (0) =>10 and
avgvol(0,-29)>50000 and // 30 day average volume greater than 50k per day
Close (0) \< Close (-1) then
println Symbol,",",Close(0):7:2,",",EPSRank(0):3:0,",",QRS(0):3:0,",",avgvol(0,-29):8:0,",",vol(0):8:0,",",PE:5:0,",",IRLsymbol:12,",",Sharesfloat:5:2,",",Shortint:5:2,",",description:-15,",",InstHold:3:2;
endif;