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 | SRSI

Slow Relative Strength Index was described in Stock&Commodities (July 2015).

It has six input parameters:

  • Period - calculation period
  • Smoothing - smoothing period
  • Applied price
  • Overbought - overbought level
  • Middle level - middle level
  • Oversold - oversold level

Calculation:

SRSI = 50.0 * (1.0+ChgRatio)

where:

ChgRatio =NetChgAvg / TotChgAvg
TotChgAvg = PrevTotChgAvg + SF * (Abs(Change) - PrevTotChgAvg)
NetChgAvg = PrevNetChgAvg + SF * (Change - PrevNetChgAvg)
Change= MA - PrevMA
SF = 1.0 / Period

MA - EMA(Applied price, Smoothing)

MetaTrader Experts, Indicators, Scripts and Libraries

22511