Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3722
- Note:
- Publié:
- 2018.01.22 09:36
- Mise à jour:
- 2023.03.29 13:48
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The XMA_Divergence indicator with the possibility to change the indicator timeframe from input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires the XMA_Divergence.mq5 indicator file for operation. Add it to <terminal_data_folder>\MQL5\Indicators.
Fig.1. The XMA_Divergence_HTF indicator.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19363

The indicator shows a text block with the values of the user defined CCI oscillator period for each timeframe

A trend indicator displaying divergence areas on the price chart.

Closing positions: all, only profitable or only losing positions.

A trend indicator, which receives trade signals from the XMACD histogram.