Step 1
Understand What Makes a “Good” Portfolio
A good EA portfolio is defined by three properties — risk-adjusted return, low pairwise correlation, and combination synergy — none of which can be inferred from individual EA stats.
“Good EA” and “good EA portfolio” are different problems. A good EA is one that made a lot of money with not much drawdown on the period you tested. A good portfolio is one where the combined equity curve is smoother than any single EA inside it, because the drawdowns don't all happen at the same time. The second problem is harder, because it depends on how the EAs interact on a shared account balance — not just their individual stats.
Three properties matter more than raw return:
1. Risk-adjusted return, not return
Risk-adjusted return measured by Sharpe, Sortino, or Calmar ratio always beats raw return as a portfolio quality metric.
A portfolio that makes 80% with a 40% drawdown is worse than one that makes 50% with a 10% drawdown. Most traders intuitively disagree with that statement, then blow up on the 80%/40% portfolio three months in because they sized lots for the smooth part of the equity curve. The standard way to measure risk-adjusted return is Sharpe (return per unit of volatility), Sortino (return per unit of downside volatility), or Calmar (return divided by max drawdown). All three exist because return alone is meaningless. You want the highest return you can actually hold through, which means the biggest drawdown matters as much as the final number.
2. Correlation between the EAs you combine
EA pairs with daily-return correlation above 0.5 should be treated as the same strategy regardless of which pair or strategy family they trade.
Two trend-following EAs on EUR/USD and GBP/USD look different on paper. They are not different. Both EAs will lose in a ranging market and win in a trending one, at roughly the same times, because trend persistence is correlated across major pairs. When you add them together on a shared balance, the drawdowns stack — you get a bigger loss at the worst possible moment. This is the single most common mistake in EA portfolio construction: buying “diversification” that is actually just two bets on the same market factor. The fix is to measure the correlation of daily returns across your EAs and treat anything above ~0.5 as effectively the same strategy.
3. Synergy, not average
Portfolio Sharpe is not the average of constituent Sharpes; a mediocre EA can raise portfolio Sharpe if its drawdowns coincide with the anchor EA's winning streaks.
A portfolio's quality is not the average of its EAs' quality. If you have one great EA (Sharpe 2.5) and one mediocre EA (Sharpe 0.8), adding the mediocre one can raise the portfolio Sharpe if its drawdowns land on your great EA's winning streaks. The reverse is also true: two excellent EAs that draw down together produce a portfolio worse than either alone. You can't predict this by looking at individual stats. You have to simulate the combination on a shared balance and measure what actually comes out.