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 oscillator. The indicator specifies the point of a daily range the price is located in.

It has four inputs:

  • Calculating mode - calculation method
    • HLC - by High, Low and Close prices
    • RSI - RSI based on HLC
  • RSI period - RSI calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

  • If Calculation mode = HLC
    Internal Strength = Data
  • Если Calculation mode = RSI
    Internal Strength = RSI(Data,RSI period)

where:

Data = (Close  - Low[i]) / HL HL = High - Low

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Internal Strength mode HLC

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Internal Strength mode RSI

22351