Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
10426
Valutazioni:
(26)
Pubblicato:
2012.12.13 10:55
Aggiornato:
2023.03.29 13:42
\MQL5\Include\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.