One clean strategy, five funded accounts, five payout streams from the same trades you were already taking. That’s the promise of running evaluations in parallel — and it’s real, as long as you treat each account as its own risk container instead of one giant position.
Why traders run challenges in parallel
A single evaluation is a coin-flip against variance. Even a genuinely profitable system has losing runs, and a bad two weeks at the wrong moment ends a challenge that your edge would have passed over a longer sample. Running several accounts at once spreads that timing risk: a drawdown that stalls one account doesn’t stall all of them.
It also compounds the upside. Once you have a strategy that produces positive expectancy over a real sample, the marginal cost of expressing it on a second, third or fourth account is small — you’re placing the same trades. The scarce resource isn’t ideas; it’s a proven edge and the discipline to size it. If you have those, more accounts is leverage on work you’ve already done.
The catch is that most traders scale the risk along with the accounts without realising it.
The real danger: correlated breaches
Here’s the failure mode. You copy the same trade to five accounts, the trade goes against you, and all five accounts breach their daily loss limit on the same afternoon. Diversification across accounts is an illusion when every account holds the identical position — you don’t have five uncorrelated bets, you have one bet at 5× size.
Correlation shows up in two places:
- Same trade, same time — a single bad session hits every account at once.
- Same news event — if your strategy trades a specific instrument, one CPI or FOMC print can breach the whole fleet simultaneously.
The fix isn’t to trade different strategies on each account (that just multiplies the work and dilutes your edge). It’s to make sure a losing day that’s survivable on one account is survivable on all of them — which is a sizing problem, not a strategy problem.
Copy one master, trade many
The clean architecture is a master account you actually trade and a set of slave accounts that mirror its fills automatically. You make one decision; it propagates. This keeps your execution identical everywhere and removes the temptation to “help” a lagging account with an off-plan trade.
How the copy is wired depends on your platform. Broker-native copiers work at the account level regardless of firm, and Shibiki dispatches master fills to slaves across cTrader and Tradovate accounts so you can hold challenges at several firms behind one strategy. The point is that the decision layer stays singular even as the account count grows.
Scale risk to each account’s own drawdown
This is the step that separates a fleet that survives from one that breaches together. Do not copy a fixed lot size across accounts. Copy a fixed percentage of each account’s own limits.
Different firms — and different account sizes at the same firm — have different floors. A trade that risks a safe fraction on a large account can be reckless on a smaller one. So the copier should translate your master’s risk into each slave’s local terms:
- Express risk as a percent of that account’s balance, not a raw lot size.
- Size from the stop distance, per account, so each one risks the same fraction. The position size calculator shows the math for a single account; a copier applies it per slave automatically.
- Recompute the fraction against each account’s remaining drawdown, not just its starting balance — an account that’s already down has less room and should carry less size.
Confirm the exact drawdown mechanics with each firm before you set the ratios, because they differ by program and change over time.
Keep every account inside its own limits
Scaling risk proportionally handles normal trades. You still need a hard floor per account for the day everything goes wrong at once. Each account has its own daily loss limit and overall drawdown floor, and a copier that blindly mirrors will happily walk one account into a breach while the master is fine.
The protection that actually holds is a limit enforced at the broker, per account — a line the copier will not cross even if you’re distracted watching four other charts. Check each account’s exact floor before every session with the prop-firm drawdown calculator, then set the hard limit a comfortable margin inside it so normal volatility never trips it. When one account approaches its floor, it should stop taking new copies while the others keep trading — the whole point of separate containers is that one can fail without dragging down the rest.
Manage the fleet from one view
The operational tax of many accounts is attention. Five platform tabs, five sets of rules, five drawdown floors — that’s exactly the cognitive load that produces mistakes. Consolidate it: one dashboard showing each account’s equity, remaining daily room, distance to its overall floor, and live edge health on the underlying strategy, so you’re watching the strategy’s health once instead of babysitting five accounts.
That single-pane view is also where you’ll notice a fleet drifting before it breaches — an account whose remaining drawdown is thinning, a strategy whose expectancy is decaying across all of them at once. Running multiple challenges only pays off if you can see all of them clearly enough to act early.
Related: position size calculator · prop-firm drawdown calculator · copy across cTrader accounts