Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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:
7233
Note:
(20)
Publié:
2017.03.22 16:18
Mise à jour:
2023.03.29 13:47
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author: Kalenzo

The indicator receives trade signals from the XMACD histogram.

Depending on the value of the input parameter:

input ENUM_APPLIED_MODE_ Mode=CROSS;  //Trading signal variants

Three variants of trading signals are possible:

  • change of the histogram direction;
  • change of the signal line direction;
  • intersection of the histogram and the signal line.

The indicator is presented as colored candlesticks. The color is bright if a candlestick goes in trend direction, and is pale if against the trend.

The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The use of the classes was described in detail in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig1. Indicator KI_signals

Fig1. Indicator KI_signals

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

Exp_IBS_RSI_CCI_v4_X2 Exp_IBS_RSI_CCI_v4_X2

The Exp_IBS_RSI_CCI_v4_X2 trend-following trading system is based on the signals of two IBS_RSI_CCI_v4 indicators.

ColorSTD_Histogram_HTF ColorSTD_Histogram_HTF

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

ColorXDeMarker_Histogram_HTF ColorXDeMarker_Histogram_HTF

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

Intersections OHLC Intersections OHLC

The indicator calculates OHLC crossovers