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

The Tymen STARC Bands indicator - MA+ATR bands.

It has seven input parameters:

  • ATR period - ATR calculation period
  • MA period - MA calculation period
  • Method - type of applied MA
  • Applied price - price used for calculations
  • ATR coefficient - ATR coefficient of external bands
  • ATR middle coefficient - ATR coefficient of internal bands
  • Show middle lines - display the middle MA line

The Moving Averages types which can be used for the Tymen STARC Bands:

Calculation:

Middle = MA
Highest = MA + ATR coefficient * ATR
Top = MA + ATR middle coefficient * ATR
Bottom = MA - ATR middle coefficient * ATR
Lowest = MA - ATR coefficient * ATR

where:

MA = MovingAverage(Applied price, MA period, Method)
ATR = AverageTrueRange(ATR period)

MetaTrader Experts, Indicators, Scripts and Libraries

23313