Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | RSI_Oscillator_Histo

RSI Histogram Oscillator displays a smoothed difference of two different-period RSIs as a colored histogram.

It has three adjustable parameters:

  • Fast RSI period
  • Slow RSI period
  • Smoothing - period of smoothing the difference between two RSIs

Calculations:

OscRSI = SMA(RAW, Smoothing)

where:

RAW = FastRSI - SlowRSI

FastRSI = RSI(Fast RSI period)
SlowRSI = RSI(Slow RSI period)

MetaTrader Experts, Indicators, Scripts and Libraries

22801