Homeใ€€>ใ€€Knowledge & Basicsใ€€>ใ€€EA Portfolio Strategy

Portfolio

EA Portfolio Strategy โ€” Diversify Risk by Combining Multiple EAs

2026-05-18

The approach of 'find one great EA and run it' leads to large drawdowns when the market environment that EA excels in ends. Just as institutional investors combine multiple non-correlated strategies, the portfolio mindset is equally important for individual EA trading.

Why Combine Multiple EAs

EA performance depends on market conditions. Trend-following EAs generate large profits in strong-trend markets but lose repeatedly in sideways markets. Conversely, range-breakout EAs excel after ranging periods when volatility expands, but generate excessive stop-outs during trending markets.

โŒ Problems with a Single EA

  • A change in market conditions causes a sudden drawdown
  • More than 60% of the year is not the EA's "ideal" market
  • Psychologically difficult to continue trading
  • Risk concentrates on a single strategy

โœ… Benefits of Multiple EAs

  • Drawdowns are distributed over time
  • Profit opportunities exist in any market environment
  • Maximum drawdown is mathematically reduced
  • Trading can continue even when one EA underperforms

What Is the Correlation Coefficient โ€” The Key to Combining EAs

The correlation coefficient (โˆ’1 to +1) shows how similarly the returns of two EAs move. A lower correlation coefficient means a higher portfolio effect and less overlap in drawdowns.

CorrelationMeaningPortfolio EffectRecommendation
0.0โ€“0.3Near zero correlationMaximum drawdown smoothingโญโญโญ Ideal
0.3โ€“0.6Lowโ€“medium correlationSome risk diversification benefitโญโญ Acceptable
0.6โ€“0.8Mediumโ€“high correlationLimited diversification effectโญ Use with caution
0.8โ€“1.0High correlationEquivalent to taking 2ร— the riskโŒ Not recommended
๐Ÿ’ก Important: Running two trend-following EAs on the same currency pair results in high correlation and virtually no diversification effect. The key is to choose combinations that profit from different strategy types in different market environments.

Our 3-Strategy Portfolio Example

The three XAUUSD H1 EAs available on this site are designed to profit in mutually different market conditions.

GOLD EMA ATR EA v2LiveCorrelation: Baseline

Stable core profit engine

High performance in strong trend markets. 10-year backtest track record PF 1.30. RR and filters improved in v2.

Best market

Strong trending market with high ADX

Worst market

Sideways market with low ADX

GOLD Asia Range BreakBetaCorrelation: 0.10โ€“0.25

Drawdown smoother / complementary role

Asian session range โ†’ London open breakout. A time-of-day anomaly independent from EMA-based systems.

Best market

Days with clear direction on European open

Worst market

Days with large moves during the Asian session

GOLD MEGAMAX EABetaCorrelation: 0.55โ€“0.70

High-precision trend-follower / profit engine

D1 trend confirmation + H1 pullback for high-accuracy trend entries. Partial closes to lock in profits while letting winners run.

Best market

Market with a clear D1 trend

Worst market

Range-bound market with no trend on D1 or H1

Lot Sizing and Practical Risk Management

When running multiple EAs, the most important thing is ensuring the combined risk does not exceed your tolerance. If each EA is set to risk 1% per trade, three EAs entering simultaneously results in 3% combined risk.

ScenarioRisk per EAMax combined riskRecommended use
Conservative (recommended)0.5%~1.5%3 EAs running simultaneously โ€” safe operation
Standard0.7%~2.1%Balanced approach
Aggressive1.0%~3.0%Only after confirming EA performance in live trading
โš ๏ธ For Beta EAs (GOLD_ASIA_RANGE_BREAK, GOLD_MTF_TREND), we strongly recommend keeping risk at 0.3โ€“0.5% or below on live accounts until 10-year backtests in MT5 and at least 4 weeks of forward testing are complete.

Common Mistakes

โŒ Running multiple EAs of the same type on the same currency pair

Example: running GOLD EMA ATR + GOLD ADX Filter simultaneously. Both are trend-following, so correlation exceeds 0.8 โ€” you simply double the risk with no diversification benefit.

โŒ Using the same Magic Number

If different EAs share the same Magic Number, one EA may accidentally close another EA's positions. Always assign separate values.

โŒ Comparing EAs with different backtest periods

Profit Factor and win rates from a 10-year backtest and a 2-year backtest are not directly comparable. Always re-verify under the same period and conditions before deciding on a combination.

โŒ Stopping one EA when drawdowns overlap

When both EAs lose at the same time, the psychological urge to stop the losing one is strong โ€” but this destroys the portfolio. Define the combined DD tolerance in advance and set rules for what to do when that limit is reached.

FAQ

Q: How many EAs is optimal to run simultaneously?

A: 2โ€“4 verified EAs (10-year backtest + at least 4 weeks of forward testing) is realistic. More than that makes management complex and reduces the attention each EA deserves. If you are new to this, start with one stable EA and add more gradually as you verify performance.

Q: Is it better to combine EAs on different currency pairs?

A: Different currency pairs can still move similarly in the same market environment (risk-on/risk-off). For example, GOLD (XAUUSD) and USD/JPY can be correlated due to USD strength. True diversification comes from spreading across strategy types (trend-following / breakout / range), not just currency pairs.

Q: How do I calculate the correlation coefficient?

A: You can use Excel's Data Analysis tool or Python's `pandas.DataFrame.corr()`. List each EA's daily P&L (daily +/โˆ’) and compute the correlation. You will need backtest data covering the same period. MT5 Strategy Tester reports can be exported on a daily basis for this purpose.

Q: What should I do if one EA enters a deep drawdown?

A: Follow the rules you set in advance for when the "allowed DD" is exceeded. For example, decide before you start: "If a single EA exceeds 15% drawdown of account balance โ†’ pause and re-examine parameters." Avoid emotional decisions.

Q: Can I run multiple EAs on the same account?

A: Yes, you can. However, always assign separate Magic Numbers to each EA. MT5 uses the Magic Number to identify each EA's positions even on the same chart. Also make sure the combined open positions do not compress the account's margin level.

Q: Can I add EAs from other vendors to the portfolio on this site?

A: You can, but verify the correlation with third-party EAs as well. In particular, adding multiple EAs with similar strategies on the same currency pair can unintentionally concentrate risk. Compare backtest data over the same period before deciding.

Q: Can I include Beta EAs in the portfolio?

A: Run a 10-year backtest in MT5 Strategy Tester and confirm PF โ‰ฅ 1.2, 100+ trades, and max DD โ‰ค 15% before moving to forward testing. After confirming performance close to the backtest level over at least 4 weeks of forward testing, start on a live account with a small size (risk โ‰ค 0.3%).

Q: What overall Profit Factor should I target for the portfolio?

A: You cannot simply add up the PF of each EA. Combining low-correlation EAs reduces overall portfolio drawdown, but also moderates total profit somewhat. Use these as rough benchmarks: each EA โ‰ฅ PF 1.3 individually, overall portfolio max DD โ‰ค 20%, and portfolio Sharpe Ratio โ‰ฅ 0.5.

Related Pages