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 KING v3LiveCorrelation: Baseline

Stable core profit engine

XAUUSD M30 的ATR突破+组合止盈止损。强趋势行情高表现。实盘8.5年回测 PF1.79 / 年化+21.7%。收益的稳定支柱。

Best market

Strong trending market with high ADX

Worst market

Sideways market with low ADX

MEGAMAX DONCHIAN USDJPYBetaCorrelation: 0.10–0.25

Drawdown smoother / complementary role

USDJPY 唐奇安通道突破(H1)。与黄金资产/价格走势独立=低相关的补充。实盘9.4年回测 PF1.39。

Best market

Days with clear direction on European open

Worst market

Days with large moves during the Asian session

BITCOIN GLACIERBetaCorrelation: 0.55–0.70

High-precision trend-follower / profit engine

BTCUSD 日线(D1)趋势跟随。加密资产与黄金/外汇相关性低,以低回撤(3.2%)强化分散。

Best market

Market with a clear D1 trend

Worst market

Range-bound market with no trend on D1 or H1

实盘验证示例BITCOIN COMET × ETHEREUM TREND × MEGAMAX USDJPY — 三只无相关的跨资产EA

两只加密趋势EA加一只外汇/日元趋势EA(2019–2025真实MT5全对近乎无相关)。将资金向最强腿倾斜的最优配比(BTC65%/ETH25%/USDJPY10%)把CAGR提升到32.5%,而回撤保持在8.4%。

EACAGR最大回撤
BITCOIN COMET+40.6%12.3%
ETHEREUM TREND+14.7%11.6%
MEGAMAX USDJPY+13.9%10.6%
等权 (各1/3)+24.3%6.7%
推荐配比 65/25/10+32.5%8.4%

BTCUSDm / ETHUSDm H4 + USDJPYm H1・2019–2025 真实MT5。基于真实净值曲线优化配比: 65/25/10的收益/回撤最佳(CAGR32.5%/回撤8.4%),优于等权(24.3%/6.7%)。各腿均用硬止损,无网格无马丁。

下载 Multi-Asset Trend Pack

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

评论与提问