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

True Strength Index oscillator.

It has four adjustable parameters:

  • First smoothing period - primary smoothing period
  • Second smoothing period - secondary smoothing period
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

TSI = 100.0 * UDM2 / ADM2

where:

UDM2 = EMA(UDM1, Second smoothing period)
ADM2 = EMA(ADM1, Second smoothing period)

UDM1 = EMA(UDM, First smoothing period)
ADM1 = EMA(ADM, First smoothing period)

UDM = Close - PrevClose
ADM = ABS(UDM)

MetaTrader Experts, Indicators, Scripts and Libraries

22783