Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 9622
- Valutazioni:
- Pubblicato:
- 2018.03.01 11:29
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Donchian Channel.
The indicator has two input parameters:
- Period - calculation period;
- Mode of calculation - calculation price: High/Low, or Close.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/19793

The indicator draws the opening price of the day. It works on timeframes up to H1.

The indicator calculates the ATR value based on the minimum price differences of the current and previous day, taking into account the volume of the current day.

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

Dynamic Moving Average.