Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 6814
- Rating:
- Published:
- 2018.04.18 16:17
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The author of the idea: Scriptor, the author of the MQL5 code: barabashkakvn.
The indicator shows the so-called safe zone, which is calculated using the High, Low and Close prices, and the Moving Average indicator.
It is recommended to perform trades when the indicator is positioned horizontally:
- If the price is above the horizontal segment of the indicator, open a BUY position;
- If the price is below the horizontal segment of the indicator, open a SELL position.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20009

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether it is netting or hedging.

The Expert Advisor works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.

The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD)

Bollinger Bands in the form of an oscillator.