Breakout Scan Quotes Plus, (my twist.)
Close( 0 ) > movavg(0,34,cl) // price > avg price past 34d
(Max(-4,-25,hi)/Min(-4,-25,lo))<1.2 // prev month max high no more than 20% greater than min low
High(0) > max(-2,-23,hi) // today's high > last month
Vol(0) > AvgVol(0,-180) // Volume is greater than the past year's avg vol
AvgVol( 0,-30 ) >= 250 // Average volume is at least 25,000 shares over the last 30 days.
qrs(0)>=80 // Strength >=80%
println symbol," "," ",close(0):8:3," ",qrs(0):8:3
These are 8 14 97 results
symbol close qrs INAI 4.000 84.000 TOTL 1.562 88.000 |