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
Indicators

BackgroundCandle_DigitMacd_HTF - indicator for MetaTrader 5

Views:
4418
Rating:
(23)
Published:
2014.06.02 11:16
Updated:
2023.03.29 13:47
digitmacd.mq5 (11.21 KB) view
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Figure 1. The BackgroundCandle_DigitMacd_HTF indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/2345

Exp_DigitMacd Exp_DigitMacd

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

SatlMacd SatlMacd

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

MACD Sample MACD Sample

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.

Japanese Candlestick Patterns Japanese Candlestick Patterns

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