Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
10423
Derecelendirme:
(26)
Yayınlandı:
2012.12.13 10:55
Güncellendi:
2023.03.29 13:42
\MQL5\Include\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.