| keith.richard 4 posts
 msg #144958
 - Ignore keith.richard
 | 10/15/2018 8:54:04 PM 
 Why am I getting stocks with RSIs above 30? They arent way above but int he 30s when the filter is clearly meant to filter those out.
 
 Show stocks where Connors RSI(3,2,100) is below 10
 and RSI(14) is below (30)
 and EMA(50) is above EMA(200)
 and Average Volume(30) is above (1000000)
 set{market_cap, shares outstanding * close}
 show stocks where market_cap is above 10000
 and add column market_cap
 and add column Connors RSI(3,2,100)
 and add column RSI(14)
 
 and market is not ETF
 
 
 |