Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 10801
- Rating:
- Published:
- 2019.02.07 09:02
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Idea by: Scriptor
mq5 code by: barabashkakvn
The EA is a utility. It draws to horizontal lines (OBJ_HLINE). It checks once every Period minutes, whether the price has crossed one of the lines. If the price crosses the line, a sound alert will be given.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23553

The HLCrossSigForDeMarker is considered as a trend indicator since it is intended for "catching" trends. However, it's a pretty complex and informative indicator that allows excluding the psychological and emotional effects from trading.

Indicator XXDPO_Candle_Alerts with the timeframe selection option in its input parameters

The EA uses two indicators iMA (Moving Average, MA), Fast and Slow, and one indicator iBands (Bollinger Bands, BB).

Displaying the latest closed values of indicator Bollinger Bands® with colored rectangles and background filling