1. What futures copy trading is
Copy trading automatically replicates the trades of one account — the leader — into one or more follower accounts. When the leader opens a position, the followers open it; when it closes, they close. Stops and targets replicate the same.
The most common use case in futures isn't following a guru: it's a single trader running several of their own accounts at once — evaluation and funded — with one operation. Instead of manually repeating each order in each account, they define a leader and the rest follows.
Common use cases
| Case | Why | Critical rules |
|---|---|---|
| Multiple Combines at the same firm | Share evaluation cost across accounts | Same owner; size scaling by balance |
| Combine + personal account | Trade in parallel without losing the setup | Mind the consistency rule |
| Evaluation + funded XFA | Keep evaluation active while trading funded | Confirm both operate identically |
| Portfolio of funded accounts | Scale capital without extra screen time | Independent risk per account |
2. How it works technically
The copier detects an event on the leader account — an entry, a stop modification, a close, a partial — and generates the equivalent order in each follower account. The key question is where that processing happens.
Local copy vs. cloud copy
| Aspect | Local copy | Cloud copy |
|---|---|---|
| Processing location | Your PC | Vendor's external server |
| Typical latency | 10–50 ms | 150–500 ms or more |
| Network hops | 1 (PC to broker) | ≥ 3 (PC → server → broker) |
| Credentials | Only on your machine | Shared with vendor |
| Works offline (no vendor web) | Yes, doesn't depend on vendor site | Fails if the server goes down |
| Monthly cost | Single local license | Per-account or flat subscription |
In futures, where a late fill can change the result, the difference between local and cloud copying is real — not marketing.
3. Scaling: size isn't copied as-is
Copying the leader's exact size into every follower is a mistake. A $50,000 account and a $150,000 one shouldn't trade the same number of contracts. Serious copy trading scales size account by account.
Scaling modes
| Mode | How it works | When to use |
|---|---|---|
| Fixed size | Each account uses a predefined contract count | Similar-sized accounts; full sizing control |
| Multiplier | Follower trades N × leader's size | Accounts proportional to balance |
| % of balance | Size adjusts to each account's capital | Portfolio with very different account sizes |
| Fixed $ risk | Contracts = $ risk / (stop ticks × tick value) | When per-trade risk must be homogeneous |
Correct scaling keeps risk proportional. Without it, a normal trade for the leader can be a huge trade for a smaller follower.
4. Symbol mapping: the #1 cause of errors
Two different accounts can use different tickers for the same underlying — or different contract months. A serious copier maps symbols explicitly. Typical mistakes:
- Leader on ES (E-mini) → follower on MES (Micro): multiplier is 1/10. Without scaling, you copy 10× the risk.
- Leader on ESH26 (March) → follower on ESM26 (June): you trade different contracts with different liquidity and prices.
- Leader on /NQ at $5/tick → follower on NQ at $20/tick: 4× risk if not adjusted.
- Leader on CL → follower on MCL: micro vs. standard, 1/10 of the risk.
Micro → mini multipliers
| Mini contract | Micro equivalent | Multiplier for equal risk |
|---|---|---|
| ES | MES | 1 ES = 10 MES |
| NQ | MNQ | 1 NQ = 10 MNQ |
| CL | MCL | 1 CL = 10 MCL |
| GC | MGC | 1 GC = 10 MGC |
| YM | MYM | 1 YM = 10 MYM |
5. Copy trading and prop firm rules
Be careful here. Almost every prop firm distinguishes between two very different situations:
| Case | Typical firm stance |
|---|---|
| Copying between your own accounts | Allowed (sometimes encouraged) |
| Copying between accounts of different owners | Restricted or forbidden |
| Signal-following service as a business | Forbidden unless inside a specific program |
| External bot copying paid signals | Usually requires prior approval |
Stance by firm (2026 reference)
| Firm | Copy between own accounts | Copy to third parties |
|---|---|---|
| TopStep | Allowed | Restricted |
| Apex Trader Funding | Allowed (with conditions) | Restricted |
| MyFundedFutures | Allowed | Restricted |
| TakeProfitTrader | Allowed | Restricted |
Golden rule: copy trading between your own accounts is legitimate productivity; using one account to move many belonging to others is forbidden territory at several firms. Read the rulebook before configuring.
6. Risk multiplies with accounts
Copy trading amplifies everything: the gains and the mistakes too. A bad trade isn't lost once, it's lost across all accounts at once. That's why risk control can't be global — it has to be per account.
Recommended per-account risk structure
- Daily loss limit per account, sized to the balance and rules.
- Drawdown per account — TopStep, Apex and others compute it differently.
- Contract cap per account (not copying 'whatever the leader traded').
- News blackout per account (if the firm requires it).
- Auto-pause: when an account hits its limit, it pauses on its own without affecting the others.
Without per-account auto-pause, a red day on the leader can blow three accounts at once. With correct auto-pause, the account that hits its limit disconnects and the others keep running — turning a catastrophe into a controlled loss.
7. Copy trading with TraderPilot
TraderPilot does futures copy trading with local copying: it detects the signal and fires the orders on your own machine, with no middle servers adding delay.
What it covers
| Capability | Detail |
|---|---|
| Typical latency | 10–50 ms (local copy) |
| Scaling modes | Fixed, multiplier, % of balance, $ risk |
| Symbol mapping | Explicit (mini ↔ micro, different months) |
| Per-account risk | Independent daily loss, drawdown, contracts |
| Per-account auto-pause | Yes; account pauses itself when its limit is hit |
| Compatible platforms | NinjaTrader 8, TopstepX, MetaTrader and others |
You define a leader account and the followers replicate every entry, stop and target, with per-account scaling. Each account carries its own risk control: independent daily loss, drawdown and contracts. If one account hits its limit, it pauses on its own. That's how you run many accounts at once without multiplying the chaos.