![]()
This Expert Advisor is based on advanced neural networks.
Main EA features
- After training, the EA remembers the patterns of each currency pair . Therefore, re-training the currency pair is not required when changing a currency pair.
- Fixed Take Profit and Stop Loss levels are set in the inputs.
- Multi-currency trading .
Monitoring of my accounts: https://www.mql5.com/en/signals/author/mizrael
Preparing for trade and training
It is recommended to train the EA. For better understanding, we posted screenshots illustrating the EA training principles.
- Click Optimization .
- To accelerate the process, select Model: Open prices only, Timeframes: M1.
- Optimize the parameter test (start=1; step=1; stop=10).
- After obtaining the Optimization graph inflection point, the training is over.
- Now we can do the usual EA testing.
Trading recommendations
- To obtain balanced trading results, I recommend using the EA on multiple pairs simultaneously.
- For boosting the deposit quickly, I recommend using Martingale = 1.5 or more.
- The minimum initial deposit is $100.
Inputs
- Lot - volume of market orders. Recommended value is 0.01.
- Martingale - lot multiplier after closing a loss-making order. Recommended value is 1.
- Take profit - take profit in chart points. Recommended value is 0.005.
- Stop Loss - stop loss level in chart points. Recommended value is 0.005.
- Candle - neural network trading depth. Recommended value is 5.
- test - EA training parameter. During the training, the parameter shows the number of EA runs. The value of the parameter does not affect the EA work. Recommended test value is 1.