This Expert Advisor is easily configured and optimized. It works well into the future in the real market. The signal is generated by means of the following indicators:
- Moving Average of Oscillator - OsMA shows difference between MACD values and its signal line.
- Parabolic SAR - Parabolic Stop and Reverse system.
The common signal is formed based on the signals of two indicators. The EA enters the market and places stops by a signal. The EA uses trailing stop and works with several profit points. When adjusting the EA you can specify number of orders to be used in one direction. Regularly 1-2 additional orders are used.
Optimization parameters as well as all tester settings are shown on screenshots. This EA has to be optimized 1 month, and then you can enter the market. All charts display 1 month. You can download their settings in Comments section.
Parameters:
- Magic — magic number;
- PeriodWork — working period;
- Risk — risk calculated based on the deposit and stop loss;
- LotRounding — lot rounding;
- StopLoss — stop loss;
- TakeProfit — take profit;
- PeriodTrailing — trailing stop period;
- TrailingBreakeven — breakeven level;
- TrailingStart — start of trailing stop;
- TrailingStop — step of trailing stop;
- WorkOpenLong — allows to open a long position;
- WorkOpenShort — allows to open a short position;
- WorkCloseLong — allows to close a long position;
- WorkCloseShort — allows to close a short position;
- PeriodSignal — period of indicators;
- OsMaFast_ema_period – parameter of Moving Average of Oscillator;
- OsMaSlow_ema_period – parameter of Moving Average of Oscillator;
- OsMaSignal_period – parameter of Moving Average of Oscillator;
- VolumeFiltr — volume filter.