Watch how to download trading robots for free
Find us on Twitter!
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

Bollinger_Bandwidth_Delta - indicator for MetaTrader 5

Views:
5740
Rating:
(9)
Published:
2018.10.25 18:20
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Bollinger Bandwidth Delta oscillator displays a relative width of Bollinger Bands for a specified period of time.

There are five inputs:

  • BB period - Bollinger Bands calculation period
  • BB deviation - Bollinger Bands deviation value
  • Delta period - indicator calculation period
  • Applied price
  • Show data in percentage - display calculated correlation of the bands width in % (Yes/No)

Calculation:

  • In %:
    BBD = 100.0 * (Bandwidth-DeltaBandwidth) / DeltaBandwidth
  • In points:
    BBD = (Bandwidth-DeltaBandwidth) / Points
    

where:

Bandwidth = 2.0 * BB deviation * StdDev/MA DeltaBandwidth - Bandwidth Delta value 'period' bars ago StdDev - Standard Deviation(Applied price,BB period) MA = SMA(Applied price,BB period)

Fig. 1. Bollinger Bandwidth Delta in points


Fig. 2. Bollinger Bandwidth Delta in %


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

Breakdown_Oscillator Breakdown_Oscillator

Breakdown oscillator

Buying_Selling_Pressure Buying_Selling_Pressure

Buying/Selling Pressure indicator

Bands_Fill Bands_Fill

Bands Fill indicator

iMax3 iMax3

iMAX3 indicator - Fast Trend Detector