Unisciti alla nostra fan page
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 4399
- Valutazioni:
- Pubblicato:
- 2017.08.10 12:46
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.