Rejoignez notre page de fans
- Vues:
- 4790
- Note:
- Publié:
- 2014.06.02 11:16
- Mise à jour:
- 2023.03.29 13:47
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The indicator draws candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers. Rectangles are color filled in accordance with the colors of the DigitMacd indicator cloud.
Depending on trend direction defined by the color of the cloud of the original indicator, the candlestick body is painted in blue or orange, the appropriate shadows are painted in light-blue or beige.
The indicator requires the compiled indicator file DigitMacd.mq5 for operation. Place it to terminal_data_folder\MQL5\Indicators\.
Figure 1. The BackgroundCandle_DigitMacd_HTF indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/2345

The Exp_DigitMacd EA is based on the signals generated by the DigitMacd oscillator.

This indicator is an oscillator based on the averaged difference between the SATL digital filter and the Close price.

The MACD Sample Expert Advisor trades at the crossover of the main and the signal line of the MACD. This Expert Advisor is an example of object-oriented approach in EA development.

Indicator displays different candlestick patterns on chart. It is possible to change colors and disable alerts.