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

Internal Strength indicator.

The indicator has three input parameters:

  • RSI period - RSI calculation period
  • Calculating method - calculation method
    • Price - calculation at High/Low/Close prices
    • RSI on price - RSI at High/Low/Close prices
  • Drawing type - display type
    • Line - line
    • Bars - bars

Calculation:

where:

  • If Calculating method = Price
    Data = Raw
  • If Calculating method = RSI on price
    Data = RSI(Raw,RSI period)

Raw = (Close-Low)/(High-Low)

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Internal Strength, RSI on price, Line

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Internal Strength, RSI on price, Bars

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 3. Internal Strength, Price, Line

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 4. Internal Strength, Price, Bars

22431