Here we will consider the strategy based on crossover of two exponentially smoothed Moving Averages (fast EMA and slow EMA). The strategy called "Signals based on crossover of two EMA" (when creating EA automatically in MQL5 Wizard).
The trade signals:
This strategy is implemented in CSignalCrossEMA class.
The trade signals:
- Buy: the Fast EMA crossovers upward the slow EMA
- Sell: the Fast EMA crossovers downward the slow EMA
This strategy is implemented in CSignalCrossEMA class.