Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

BB_ATR_Oscillator - indicator for MetaTrader 5

Views:
6685
Rating:
(12)
Published:
2019.01.02 14:28
Updated:
2019.01.28 07:19
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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)


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22990

Average_Change Average_Change

The Average change indicator

Total_Power Total_Power

Indicator Total Power

Fx_Snipers_Ergodic_CCI_Trigger Fx_Snipers_Ergodic_CCI_Trigger

Indicator Fx Sniper's Ergodic CCI Trigger

JSmooth_MA JSmooth_MA

Indicator JSmooth MA