Yuriy Bykov / Profile
- Information
12+ years
experience
|
12
products
|
40
demo versions
|
3
jobs
|
0
signals
|
0
subscribers
|

Let's outline the main stages of the EA development. One of the first things to be done will be to optimize a single instance of the developed trading strategy. Let's try to collect all the necessary information about the tester passes during the optimization in one place.

As we progressed, we used more and more simultaneously running instances of trading strategies in one EA. Let's try to figure out how many instances we can get to before we hit resource limitations.

Previously, we evaluated the selection of a group of trading strategy instances, with the aim of improving the results of their joint operation, only on the same time period, in which the optimization of individual instances was carried out. Let's see what happens in the forward period.


After optimizing the trading strategy, we receive sets of parameters. We can use them to create several instances of trading strategies combined in one EA. Previously, we did this manually. Here we will try to automate this process.

In the previous parts, the Expert Advisor (EA) under development was able to use only a fixed position size for trading. This is acceptable for testing, but is not advisable when trading on a real account. Let's make it possible to trade using variable position sizes.

https://www.mql5.com/ru/channels/adwizard
https://t.me/adwizard_mql5

Having started developing a multi-currency EA, we have already achieved some results and managed to carry out several code improvement iterations. However, our EA was unable to work with pending orders and resume operation after the terminal restart. Let's add these features.

We have already made some progress in developing a multi-currency EA with several strategies working in parallel. Considering the accumulated experience, let's review the architecture of our solution and try to improve it before we go too far ahead.

Let's continue developing a multi-currency EA with several strategies working in parallel. Let's try to move all the work associated with opening market positions from the strategy level to the level of the EA managing the strategies. The strategies themselves will trade only virtually, without opening market positions.

There are quite a lot of different trading strategies. So, it might be useful to apply several strategies working in parallel to diversify risks and increase the stability of trading results. But if each strategy is implemented as a separate Expert Advisor (EA), then managing their work on one trading account becomes much more difficult. To solve this problem, it would be reasonable to implement the operation of different trading strategies within a single EA.
Multi-currency expert advisor that works simultaneously on 15 pairs of major currencies EUR-GBP-AUD-USD-CAD-JPY. The Expert Advisor combines many simple strategies that work simultaneously. Each strategy is based on a simple algorithm for opening positions when the signal from the Parabolic SAR indicator changes with confirmation for two older periods. Each strategy has been optimized over the past five years. The Expert Advisor uses the statistical principle of "rightness of the crowd": it
A multi-currency expert advisor that combines many simple strategies that work simultaneously. Each strategy is based on a simple trading algorithm during market moments with increased volatility. Each strategy has been optimized over the past five years. The Expert Advisor uses the statistical principle of "rightness of the crowd": it averages signals from different strategies and opens market positions in the preferred direction. This principle, together with the simultaneous work on
A simple utility to copy trade volumes from one MT5 or MT4 account to another MT5 account. You can copy positions between Netting and Hedging accounts in any combination. By default, positions opened by all matching symbols with the same volumes will be copied. If the symbol names are different or the volume of copied positions should be different or not all positions should be copied, then the desired behavior can be specified in the settings described in this post . This product will
A simple utility to copy trade volumes from one MT5 or MT4 account to another MT4 account. You can copy positions between Netting and Hedging accounts in any combination. By default, positions opened by all matching symbols with the same volumes will be copied. If the symbol names are different or the volume of copied positions should be different or not all positions should be copied, then the desired behavior can be specified in the settings described in this post . This product will