Hi,
I'm trying to figure out how to scan for something like this RSI on the weekly going up over a long period of time.
I found out that slope is relative to the actual layout of the X,Y chart dimensions so what we're actually seeing is MOMO.
I did it like this but it didnt really work great, I didnt have faith in it:
Code:
def momo = (RSI Close / RSI Close[100 bars ago]) *100
Last edited by a moderator: