Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 11032
- Rating:
- Published:
- 2018.04.18 16:17
- Updated:
- 2018.06.27 13:41
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The author of the idea: Danil, the mq5 code author: barabashkakvn.
When a signal emerges, an opposite position is closed. The EA can also close half of the position (the Profit for closing half of the position parameter), as well as move a position to breakeven (the Breakeven parameter). The size of the position can be set manually (in the Lots parameter) or as a risk percent of free margin (parameter Risk in percent for a deal from a free margin). The second option only works if the Money Management flag is enabled.
Stop Loss, Take Profit and Breakeven can be disabled by setting their values to 0.
Opening positions:
EURUSD,M30 с 2017.06.09 по 2018.02.10
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20010

An indicator based on Elder's "Safe Zone".

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.

Bollinger Bands in the form of an oscillator.

The indicator searches for divergences and displays them on the chart of the custom CCI indicator.