Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 4431
- Rating:
- Published:
- 2017.08.10 12:46
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The author of the idea is Maksim Zerkalov, and the author of the mq5 code is barabashkakvn.
This simple system is based on the crossover of two MAs.
Buying if the fast MA crosses the slow one upward. Selling if the fast MA crosses the slow one downward.
Closing at an opposite signal.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18576

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.

The indicator shows the statistics of the "Evening Star" pattern.

The Expert Advisor trades based on signals generated by Stochastic Oscillator. Averaging. A limited number of positions. Trailing.

The Boa_ZigZag indicator with the timeframe selection option available in the indicator input parameters.