This multi-currency expert advisor uses 28 currency pairs. For predictions, the advisor uses recurrent neural networks of the LSTM type, models trained in the Python language environment, and imported into the advisor using a new function in MQL5 for loading ONNX models.
The algorithm of the advisor works simultaneously with two timeframes H15 and H1. Separate neural network models have been trained for each of the 28 pairs for both timeframes. The idea is that the advisor places orders only when the signals from the neural network models for the H15 timeframe coincide with the neural network model signals for the H1 timeframe. But this is the default main mode, you can also trade separately on the H15 or H1 timeframe and simultaneously without matching signals, as in the main mode.
Here’s how to configure these 4 modes in the advisor in the Use Time Intervals settings group:
1) By default, H1 = true, M15 = true, UseM15IfEqualH1 = true - mode when trading is done only on the M15 interval if there are matching signals from the neural network models with signals on the H1 interval.
2) H1 = true, M15 = true, UseM15IfEqualH1 = false - mode when trading is done on the M15 and H1 intervals without considering matching signals from the neural network models with signals on the H1 interval.
3) H1 = true, M15 = false, UseM15IfEqualH1 = false - mode when trading is done only on the H1 interval.
4) H1 = false, M15 = true , UseM15IfEqualH1 = false - mode when trading is done only on the M15 interval.
The profitability of currency pairs can be viewed in the strategy tester after the test in the "Journal" tab, and unprofitable pairs can be disabled as needed in the advisor settings, or the most profitable ones can be selected using the Active option. Before testing, set Active = True for all pairs, and after the test, disable unprofitable pairs by setting Active = False, and you can start trading.
By default, the 9 most profitable pairs out of 28 are selected
The advisor was trained from 2016 to 2023, and testing in the strategy tester should be done starting from 2023, as the advisor knew nothing about the historical data during training.
Description of some advisor settings
If for any reason you do not like the purchased program, you can request a refund within 30 days from the date of purchase. You can also make an exchange for any other product at an equal cost or by paying the difference.
Simply send a request for refund or exchange with your order number by email: support@fx-market.pro.
Refund requests received more than 30 days after purchase will be rejected.