Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 2963
- Valutazioni:
- Pubblicato:
- 2016.04.14 08:06
- Aggiornato:
- 2023.03.29 13:47
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The d_XMA indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires d_XMA.mq5 indicator file. Add it to <terminal_data_folder>\MQL5\Indicators.
Fig.1. The d_XMA_HTF indicator
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/15011

A trading system based on the signals of the CCI_Histogram indicator.

A histogram of difference between ATR and its averaging implemented in color and complemented with the volatility change signals.

The GFilter indicator with the timeframe selection option available in input parameters.

The ColorHMA_StDev indicator with the timeframe selection option available in input parameters.