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

DNC Band Width oscillator displays the Donchian channel width in a separate window.

The indicator has three input parameters:

  • Period - calculation period
  • Analyze current bar - consider the value of the current bar in calculations (Yes/No)
  • Data in points - display the indicator data in points (Yes/No)

Calculation:

Width = Top - Bottom

where:

Top    = Max(High, Period) Bottom = Min(Low, Period)

Fig. 1. DNC Band Width


Fig. 2. DNC Band Width and Donchian channel

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22192

DNC_Percentage DNC_Percentage

DNC Percentage indicator

Effort_Result Effort_Result

Effort Result indicator

DNC DNC

DNC indicator

CCI_OBOS_Crossover CCI_OBOS_Crossover

CCI OBOS Crossover indicator