tbrodee3 17 posts msg #134857 - Ignore tbrodee3 |
3/10/2017 5:40:29 PM
I want to find stocks where the RSI(9) crossed above 200 day slope RSI(9). This is one part of a filter I've been working on and I just can't seem to figure it out. Maybe it can't be done but if anyone knows how to do it, it would be greatly appreciated. Thank you.
|
four 5,087 posts msg #134858 - Ignore four |
3/11/2017 12:24:36 AM
I'll try a response to your post...
The slope of a line can be positive, negative, zero/undefined.
RSI oscillates between 0 and 100.
RSI can not be negative and SLOPE can be negative. Mixing apples and oranges. Slope is used for steepness.
--
You can use a moving average crossover on RSI.
You can include a positive or negative slope requirement of the RSI.
|
tbrodee3 17 posts msg #134870 - Ignore tbrodee3 |
3/11/2017 1:12:40 PM
Thank you. I do understand all that. It's just that I see a correlation to price movement when the RSI(9) crosses above or below the 200 day slope RSI(9) and would like to incorporate that into one of my filers. Just experimental right now but I'd like to see how/if it might me useful. Maybe there isn't a way to do "show me stocks where RSI(9) crossed above 200 day slope of RSI(9)". Thanks again.
|
SAFeTRADE 644 posts msg #134871 - Ignore SAFeTRADE |
3/11/2017 1:20:23 PM
draw rsi(200) on plot rsi(9)
symlist(spy)
|