Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 5874
- Note:
- Publié:
- 2018.03.01 11:30
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The channel is calculated dynamically on each bar within a day. You can enter the hour and minute for the trading day beginning.
The indicator has two input parameters:
- Hour of the beginning of the day - hour for the day beginning time;
- Minute of the beginning of the day - minute for the day beginning time.
Note that on smaller timeframes the indicator needs some time for initial calculations.
Fig.1 The M1 chart
Fig.2 The M5 chart
Fig.3 The M15 chart
Fig.4 The M30 chart
Fig.5 The H1 chart
Fig.6 The H4 chart
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19802

Dynamic Moving Average.

The indicator draws a channel based on the value of the breakout of channel levels.

The indicator shows the price increment of eight symbols in one window.

The Expert Advisor is based on the channel indicator Price_Extreme_Indicator.