Join our fan page
- Views:
- 11162
- Rating:
- Published:
- 2012.12.13 10:55
- Updated:
- 2023.03.29 13:42
-
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.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1224

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

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

Trading system using the MACD_Xtr indicator

The Bollinger Bands indicator with filtering of front and damping.