Rejoignez notre page de fans
- Publié par:
- Vladimir Karputov
- Vues:
- 4434
- Note:
- Publié:
- 2017.08.10 12:46
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.
Traduit du russe par MetaQuotes Ltd.
Code original : 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.