For multi strategy Articles, I have found the following one:
- 2013.12.05
- www.mql5.com
Have the next questions:
Do you consider an EA that has the same strategy with different params in different pairs a multi strategy system?
How important is correlation?
Should the percentage on each strat should be equal?
On your three questions: Same strategy with different parameters across pairs is closer to parameter diversification than true multi-strategy - it still shares the same underlying edge/failure mode, so if that edge stops working it tends to stop working across all the parameter variants at once. A "true" multi-strategy setup usually means genuinely different entry logic/timeframes/market regimes so the components can fail independently.
Correlation matters more than most people budget for. Even on different pairs, two strategies that both do trend-following on the same session will tend to win and lose together, so you get less diversification benefit than the pair count suggests. It's worth checking correlation of the equity curves/trade timing of the sub-strategies themselves, not just the correlation of the instruments they trade.
Equal allocation isn't usually optimal. If one sub-strategy has much higher volatility or drawdown than another, an equal split lets it dominate total portfolio risk. Sizing each strategy's allocation inversely to its own volatility (a simple risk-parity approach) keeps each one contributing a similar share of risk instead of a similar share of capital.
Have the next questions:
Do you consider an EA that has the same strategy with different params in different pairs a multi strategy system?
How important is correlation?
Should the percentage on each strat should be equal?
1. Using the same strategy with different parameters it means that you use multiple systems.(e.g. Turtles used S1 = 20/10 and S2 = 55/20 on the same pair/asset);
2. The more you diversify the correlation has smaller importance. If you trade only several markets trading AUD USD and NZD USD won't help because these pairs will act almost the same. The first step in diversification is to trade forex, metals, commodities, stocks, crypto.
3. You should risk the same on every trade. No trade, market, strategy is more important than other. Also you should risk small per trade, under 1% from your account balance.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
This topic is created in order to have a guide and discussion about multi strategy EAs.
I have seen this topic appeared in some topics but the discussion tends to die after some comments.
So the intention is to have the topic in here and don't let it die.