Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Bollinger_Bandwidth_Delta - indicateur pour MetaTrader 5

Vues:
5821
Note:
(9)
Publié:
2018.10.25 18:20
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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 %


Traduit du russe par MetaQuotes Ltd.
Code original : 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