Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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:
10431
Note:
(26)
Publié:
2012.12.13 10:55
Mise à jour:
2023.03.29 13:42
hadelta.mq5 (8.67 KB) afficher
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The real author:

Dan Valcu

The popularity of the Heiken Ashi trend technique grows visibly. Its simplicity and force makes it a great instrument for trading any asset at any price range.

At first, this technique has been used as a graphical complement to analysis of usual price charts. Later there were special Heiken Ashi candlesticks. Then there was light HaDelta, based on the difference in the opening and closing prices of the Heiken Ashi candlesticks.

In fact, the HaDelta indicator is a momentum indicator which as the input time series used Heiken Ashi candlesticks.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging price series for intermediate calculations without using additional buffers".

Fig.1 The HaDelta indicator.

Fig.1 The HaDelta indicator.

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

Exp_TrendValue Exp_TrendValue

Trading system drawn on the basis of the signals of the TrendValue indicator

AutoTrendLines AutoTrendLines

The indicator automatically identifies points and draws support and resistance trend lines on them. There are two types of lines calculation

Exp_MACD_Xtr Exp_MACD_Xtr

Trading system using the MACD_Xtr indicator

BandsFBA BandsFBA

The Bollinger Bands indicator with filtering of front and damping.