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_Of_MA

RSI of MA is an exponentially smoothed RSI based on exponential moving average data.

It has six input parameters:

  • Source EMA period - initial EMA calculation period
  • Source applied price - initial EMA calculation price
  • RSI period - RSI calculation period
  • EMA of RSI period - smoothing EMA period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

RSIofMA = EMA(RSI, EMA of RSI period)

where:

RSI - RSI(SrcMA, RSI period)

SrcMA - EMA(Source applied price, Source EMA period)

MetaTrader Experts, Indicators, Scripts and Libraries

22603