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

The BB ATR oscillator indicator shows an average true range based on Bollinger Bands

It has four adjustable parameters:

  • ATR period - ATR calculation period
  • ATR multiplier - ATR multiplier value
  • BB period - Bollinger Bands calculation period
  • BB deviation - Bollinger Bands deviation

Calculations:

BBATR = UpperBB - LowerBB - ATR * ATR Multiplier

where:

UpperBB = BollingerBands(UPPER_BAND, BB period, BB deviation)

LowerBB = BollingerBands(LOWER_BAND, BB period, BB deviation)

ATR - AverageTrueRange(ATR period)

MetaTrader Experts, Indicators, Scripts and Libraries

22990