Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 7469
- Rating:
- 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

Indicator Fx Sniper's Ergodic CCI Trigger

Indicator JSmooth MA