Copy trading lets one trader's orders be replicated automatically into one or more other accounts, in real time, without manual intervention from the followers. That sentence is short, but the implications are big: it changes who needs to watch the screen, who pays for execution latency, and how risk is distributed across a household, a fund, or a stable of prop-firm accounts.
This guide walks through how copy trading actually works at the order-routing level, what it shares with (and how it differs from) signal services and PAMM accounts, and what to look for when you're picking a service in 2026. It is written for futures traders, but most of it applies equally to FX and CFD copying.
What is copy trading?
Copy trading is the automated mirroring of trades from one source account ("master", "leader", or "signal provider") to one or more destination accounts ("follower", "child", or "subscriber") through software that listens for fills on the source and replays equivalent orders on the destinations.
The mirror can be one-to-one, one-to-many, many-to-one, or many-to-many. It can be synchronous (the order hits the destination broker before the source's confirmation reaches the trader's screen) or asynchronous (the order goes out after the trader sees their fill). It can run on a local PC, on a VPS, or on a third-party server. Each of those choices has consequences for latency, reliability, and tax treatment.
Copy trading is software-driven order replication from a master account to follower accounts, intended to make their P&L curves track the master's, scaled by per-account sizing rules.
How copy trading works mechanically
At the order-routing layer, every copy trader is doing the same five things in some order. Understanding the sequence helps you reason about what can fail and where latency comes from.
1. Listen. The copier subscribes to fill events on the master account, either through the broker's API (Rithmic, Tradovate, NinjaTrader, MT4/5, cTrader) or by reading screen output from the master's trading terminal. API-based listening is faster and more reliable; screen-scraping is what cheaper local tools do.
2. Translate. The fill is translated into one or more child orders. This is where sizing rules apply: a 1-lot fill on the master might become a 3-lot order on a $150K Apex account and a 1-lot order on a $50K TopStep account. Symbol mapping happens here too; some destination brokers use different contract codes than the source.
3. Authenticate. The copier signs into each follower account using stored credentials and prepares the order. Token rotation, two-factor handling, and session keep-alives matter; this is where most "my account got disconnected" complaints originate.
4. Route. The order is sent to the follower's broker. For futures, this means routing through Rithmic, Tradovate, or whatever the destination broker uses. The actual time-on-the-wire to the exchange depends on where the copier's server sits relative to the broker's gateway, which is why server-based copiers in datacenter colocation beat home-PC copiers by an order of magnitude.
5. Monitor. The copier watches the order through to fill, and reconciles position deltas. If the original master has a stop and a target attached (a bracket), those have to be replicated too, and re-attached if a destination fills partially.
Latency in copy trading isn't one number. It's the sum of listen-to-translate, translate-to-route, route-to-fill, plus whatever queueing happened in between.
That sum is what people mean when they say "my copier is slow." Server-based copiers running in a tier-1 datacenter typically end-to-end at 15-30ms; local copiers running on a home PC over consumer internet typically end-to-end at 200-2000ms with high variance, bad news on news-event trades.
Copy trading vs signal services vs PAMM
Three things often get bucketed under "copy trading" but mean very different things in practice. The differences matter for tax, regulation, and how much control you keep.
| Mechanism | Who places the trade | Whose name is on the account | Typical latency | Regulatory profile |
|---|---|---|---|---|
| Signal service | You, manually, after notification | You | 5-60s (human reaction) | Low, generally treated as research |
| Copy trading | Software, automatically, on your account | You | 17ms-2s depending on host | Low for self-copying; provider may need CTA/CPO if charging |
| PAMM / MAM | The manager, on a pooled account | The manager (you have an allocation) | Per-fill instant (one trade, many allocations) | High, typically requires registered manager and a fund vehicle |
The clean way to think about it: signal services are research, copy trading is automation, PAMM is fund management. Copy trading sits between the two: you keep title to your account and your tax treatment is your own, but you delegate decision-making to the master in real time.
The real risks (and the protections)
Most copy-trading horror stories trace back to one of three failure modes. None of them are exotic, and all of them are addressable with the right setup.
Master blow-up risk
If the master trader takes an outsized loss, you take a proportionally outsized loss. This is the biggest single risk in copy trading, and there is no software solution that fully removes it, only mitigations: per-account stop-out levels, max-daily-loss limits, max-position-size caps, and exclusion filters that refuse to copy specific symbols or specific times of day. Any serious copier exposes these as per-follower configuration; if yours doesn't, it's a toy.
Execution divergence
The master fills at one price; the follower fills at another. On a 1-lot ES trade with a 1-tick slip, that's $12.50 of divergence per fill. Across 200 trades a month it adds up. Mitigations: a copier that uses limit orders pegged near market (rather than blind market orders), tight per-symbol slippage caps, and a copier that runs in the broker's datacenter rather than on your home PC.
Disconnection risk
The copier loses its connection to either the source or a destination broker, and a position drifts unhedged. Mitigations: redundant connectivity, automatic reconnection with state recovery, position reconciliation on reconnect, and notifications to your phone the moment a session drops. The cheapest local copiers fail badly here; server-based services with 24/7 monitoring are the standard for anyone trading material size.
Copy trading does not lower your risk. It outsources your timing risk to someone else. Pick that someone carefully, and put hard limits on what they're allowed to do to your account.
How to choose a copier
The questions worth asking, in order:
- Where does the software run? Server-based wins. If it requires your PC to be on, walk away.
- What's the measured latency? Sub-50ms median is the modern bar. Ask for actual numbers. Anyone serious will publish them.
- How does it handle disconnections? "Automatic reconnect with position reconciliation" is the right answer. "Restart manually" is not.
- What sizing controls are exposed? Per-account multipliers, max-position caps, daily-loss kill-switches, symbol filters, time-window filters. All of these should be per-follower, not global.
- Which brokers and platforms? If you trade futures across Rithmic, Tradovate, and ProjectX (three different connectivity stacks), the copier needs to natively support all three. TopStep and Apex traders care especially about this because firms route through different stacks.
- What's the pricing model? Flat monthly is best. Per-account or per-trade pricing creates incentives for the copier vendor to upsell rather than reliably execute.
- What's the firm rule compliance? Most futures prop firms allow copy trading between accounts you own; some forbid copying between firms during the evaluation phase. Read your firm's terms before you wire it up.
Setting up your first copy
The pattern is the same everywhere, regardless of which copier you choose:
Step 1: Pick the master. If you're copying yourself across multiple accounts, the master is whichever account you place the original trade on. If you're copying someone else, you'll need their permission and (typically) read-only API credentials for their account.
Step 2: Connect the followers. Add each follower account to the copier with its broker credentials. Most copiers ask for a one-time API key generation step; this is normal and is how the broker scopes what the copier is allowed to do.
Step 3: Configure sizing. Set the lot multiplier, max position size, max daily loss, and any symbol exclusions per follower. This is the step most beginners rush; don't.
Step 4: Paper-test. If the copier supports a simulation account (Thor does, via Saga and the Rithmic/Tradovate sim environments), run a week of trades through it before flipping live. You'll catch symbol-mapping errors and sizing bugs that are otherwise expensive to find.
Step 5: Go live with one follower, then scale. Start with a single follower account at small size. Watch how fills track for a few sessions. Then add more.
If you're choosing between a local EA-style copier (the kind that runs as a script inside MT4/5 on your home PC) and a server-based service, the calculus has gotten one-sided in the last few years. Server-based copiers are now cheap enough (typically $30-50/month flat) that the operational overhead of running your own VPS, plus the latency penalty, plus the disconnection risk, doesn't pencil out for any serious trader. Thor is one option; the broader picture is that the entire category has moved server-side.
Copy trading is, in the end, a lever. It lets one trader's decisions scale across multiple accounts, multiple firms, and multiple risk profiles. Like any lever, it amplifies whatever you point it at. The work is in choosing the master, configuring the limits, and picking infrastructure that doesn't drop your hand at the wrong moment.
For more on the broader landscape, the National Futures Association publishes guidance on managed-futures regulation, and the CFTC maintains the registry of currently registered CTAs and CPOs. If you're paying someone else to copy-trade your account in the US, those are the two sources of truth on whether they're allowed to.
Frequently asked questions
Is copy trading legal?
Yes, in most jurisdictions. In the US, copying futures trades on your own brokerage account is unrestricted; offering copy trading as a managed service to others typically requires CTA/CPO registration with the NFA. Always check your local regulator before paying a third party to trade for you.
Do I need to keep my computer on for copy trading?
Only if you use a local copier. Server-based copiers run in cloud datacenters and execute trades 24/7 regardless of whether your machine is on. This is the single biggest reason traders move from MT4/5 EA copiers to server-based services.
Can I use copy trading with prop firm accounts?
Yes, most futures prop firms (Apex, TopStep, Bulenox, Tradeify, MyFundedFutures and others) explicitly permit copy trading between accounts you personally own. Some forbid copying between accounts at different firms within the same evaluation phase, so always read your firm's rules before connecting accounts.
What's the difference between copy trading and a signal service?
A signal service sends you a notification ("buy ES at 4500") and you decide whether to act. A copy trader places the trade for you automatically. Signals add latency from human reaction time (typically 5-30 seconds); copy trading places the trade in tens of milliseconds.
How fast does copy trading need to be?
For most discretionary swing strategies, anything under 500ms is acceptable. For scalping or news-event trading, you want under 50ms. Server-based copiers like Thor average ~17ms; local copiers running on a home PC over consumer internet typically run 200-2000ms with high variance.