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

Indicator Stochastic RSI is a stochastic calculated on the data of Relative Strength Index (RSI)

It has six adjustable parameters:

  • Stochastic %K period - stochastic %K line calculation period
  • Stochastic %D period - stochastic %D line calculation period
  • Stochastic slowing - stochastic slowing calculation period
  • RSI period - RSI calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

SK = AvgSKI
SD = AvgSK

where:

AvgSKI = SMA(SKI,Stochastic slowing)
AvgSK  = SMA(SK, Stochastic %D period)

SKI = (RSI - Min) / (Max-Min) * 100.0
Max, Min - the highest and the lowest values of RSI within the range of Stochastic %K period

RSI - Relative Strength Index(Close, RSI period)

MetaTrader Experts, Indicators, Scripts and Libraries

23417