Placing the same trade by hand across five MetaTrader 5 terminals doesn’t scale your capital — it multiplies your chances of a fat-finger and guarantees each account fills at a slightly different price. A copier turns one decision into consistent execution everywhere, so more funded capital doesn’t mean more manual clicks.
Why prop traders run master → slave copier setups
Once a strategy proves out, the fastest way to grow the capital behind it is to pass more evaluations and trade the same edge on more accounts. The problem is execution: a human can’t click identical entries and exits across several terminals at once, and the attempt introduces exactly the errors that breach accounts.
A master → slave copier solves it. You trade one master account; every slave account mirrors the master’s actions automatically:
- One decision, many fills — enter once on the master and every slave enters in the same moment, no re-clicking.
- Consistency — the slaves do exactly what the master did, removing the “I forgot to close account 3” class of mistakes.
- Leverage on your own time — your attention stays on the single master chart instead of splitting across a wall of terminals.
The goal isn’t more trading. It’s the same trading, replicated cleanly across the accounts you’ve earned. See how the plumbing connects on the MT5 integration page.
Per-account lot scaling by balance and risk budget
Copying the master’s raw lot size to every account is the beginner mistake. A larger account and a smaller one running identical lots carry wildly different percentage risk — and each prop account has its own balance and its own drawdown room.
Good copiers scale per account instead of mirroring lots blindly:
- By balance — a slave with half the master’s balance takes proportionally smaller size, so percentage risk stays aligned across accounts.
- By risk budget — scale to each account’s own per-trade risk cap, derived from its daily-loss and drawdown room, not the master’s.
- By explicit multiplier — dial a specific account up or down when you want to weight it deliberately.
Work the target size for each account from its own numbers with a position size calculator: same stop distance, different balance, different lots. Scaling is what keeps one master trade from being a rounding error on one account and a rule breach on another — the goal is that a single loser costs each account the same percentage of its budget, never the same raw dollars.
Keeping each copy inside its own firm’s drawdown rules
Here’s the trap the copier itself won’t save you from: a mirrored trade is only safe if it respects the rules of the account it lands on. Your accounts may sit at different firms, or at different phases of the same firm, each with its own daily-loss line and trailing-drawdown structure. A trade that’s fine on the master can breach a slave that’s closer to its limit today.
So enforcement has to be per account, not global:
- Each slave carries its own risk config, sized to its remaining room.
- Each is guarded independently, so one account hitting its daily-loss line locks that account without touching the others.
- The tightest account governs itself — it never inherits the master’s headroom.
This is why Shibiki pairs copying with broker-side hard limits on every account: the copier replicates intent, and each account’s guardian enforces its own firm’s ceiling regardless of what the master did. Without per-account limits, one bad master trade doesn’t breach one account — it breaches all of them at once, and that correlated blow-up is the single biggest risk of copying. Confirm each firm’s exact thresholds in its rulebook — they vary and change — and set each slave’s limits inside them.
Latency, slippage and partial-fill handling across accounts
Copying is a real-time relay, and the real world adds friction between master and slave. Honest expectations here save you from chasing ghosts:
- Latency — a few milliseconds pass between the master fill and the slaves reacting. Keeping master and slaves in the same VPS region keeps that gap small and consistent.
- Slippage — slaves fill at their broker’s available price, not the master’s. Across different prop firms and feeds, small entry and exit differences are normal, not a bug.
- Partial fills — a slave with less available margin or a different symbol spec may fill part of the intended size. A good copier reports the partial rather than silently pretending the trade matched.
None of this breaks the model; it just means slave results won’t be a pixel-perfect clone of the master. Treat the slaves as a distribution around the master, and size with enough buffer that slippage never tips a compliant trade over an account’s line.
Journaling copied trades without double-counting your edge
Copying creates a subtle data problem: if the same strategy fires once and lands on five accounts, naive journaling logs it as five separate trades and quintuples your apparent sample. Suddenly a strategy with 40 real trades looks like it has 200, your Wilson confidence interval collapses to a false certainty, and you start trusting an edge you haven’t actually tested.
The fix is to journal the decision, not the executions. The copy relationship is detectable — same strategy, same direction, near-simultaneous fills across linked accounts — so those mirrored trades group into a single logical event. That gives you two clean views:
- Edge view — one trade per decision, so expectancy and its confidence band reflect how many times the strategy actually fired.
- Capital view — the real net PnL summed across every account, for payouts and account health.
Getting this separation right is what lets you scale from one funded account to a book of them — mirror a single FTMO master across a FundedNext account and your own capital — without lying to yourself about how proven the edge really is. Scale the capital, mirror the trades, enforce every account’s rules — but count the edge once.
Related: MT5 integration · Position size calculator · FTMO overview