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_Rendiment

Oscillating indicator RSI Rendiment is a logarithmic RSI.

It has six adjustable parameters:

  • RSI period - RSI calculation period
  • Normalized - use normalizing (Yes/No)
  • Normalization range - range of normalization
  • Rendiment X - logarithm multiplier
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

RRSI = (RSI + Rendiment) / 2.0

where:

Rendiment = Rendiment X * LOG(Close/CloseRange)

Close = current Close price
CloseRange = Close price Normalization range bars ago

LOG - natural logarithm

Normalization reduces the calculated data of Rendiment to the RSI oscillator range:

NormRendiment = ((Rendiment - Min) / (Max - Min)) * 100.0

Max, Min - maximum and minimum values of Rendiment within the Normalization range

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Normalized RSI Rendiment

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Non-nomalized RSI Rendiment

23539