RSIOMA (RSI of Moving Average)

Category: momentum, trend

A Relative Strength Index calculated from a Moving Average of price (RSI of MA), providing a smoother oscillator with integrated trend-following histograms and overbought/oversold reversal logic.

Formula

1. MA = iMA(Price, RSIOMA\_Period) \n2. Diff = MA\_current - MA\_previous \n3. RS = EMA(Max(Diff, 0), RSIOMA) / EMA(Max(-Diff, 0), RSIOMA) \n4. RSIOMA = 100 - (100 / (1 + RS)) \n5. Signal = iMA(RSIOMA, Ma\_RSIOMA) \n6. Histogram = -10 (Static level) with color based on RSIOMA position (Above/Below 50 and reversals at 20/80)

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home