Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
10337
Rating:
(26)
Published:
2012.12.13 10:55
Updated:
2023.03.29 13:42
hadelta.mq5 (8.67 KB) view
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.