Return value of the Relative Strength Index indicator, also known as RSI, over the last N periods of the selected price.
Syntax:
1 |
RSI[N](price) |
Calculation :
RSI (on n period) = 100 * average of n days up / (average of n days up + average of n days down)