Relative Strength Index (RSI)
Category: momentum
A classic momentum oscillator that measures the speed and change of price movements to identify overbought (70) and oversold (30) conditions.
Formula
RSI = 100 - [100 / (1 + (Average Gain / Average Loss))]
Inputs
- InpRSIPeriod (default: 14)
See signal primitives and every published strategy that uses Relative Strength Index (RSI) on WOBR StrategyVerse.