(I apologize for forgetting to use fixed font on the earlier scans posted tonight...)
Okay, for any Stoch lovers...Here's a scan for stocks that are moving up through the 30 zone...possible buys, some look pretty good...
// Stocks coming off of a stochastics bottom
Min( -2 , -6 , stoch ) = 0 // It hit zero a few days ago
Avgvol( 0 , -29 ) >= 250 // 25,000 shares average volume
Stochastic(0) > Stochastic(-1) // Stochastic is moving up
Stochastic(-1)<30 //Stochastics are starting to move up
Close(0) >= MovAvg( 0 ,39 , cl ) // It's above the 39 day moving average
OBV(0) > MovAvg(0,40,obv) //OBV is +
QRS(0)>75 //QRS is greater than 75
Println Symbol," ",Open(0):8:3," ",High(0):8:3," ",Low(0):8:3," ",close(0):8:3 |