How Does Copy Trading Work?

By Stax Team

Copy trading works in four stages: the provider takes a position, the platform or copier detects and transmits that action as a signal, the follower's system translates it into an order sized for the follower's account, and the order is submitted to the follower's own broker. Each stage adds delay and each is a place where the follower's outcome can diverge from the provider's. The gap between stage one and stage four is where most of the difference in results comes from.

Understanding the pipeline is what makes the risk picture make sense. Most of what goes wrong in copy trading is not misconduct — it is latency and translation.

Stage one: the provider acts

The provider opens, adjusts, or closes a position in their own account. That action is the signal.

Two things are worth noticing here. The provider is trading their own capital under their own constraints, which means their sizing reflects their account, their risk tolerance, and their view of how this position fits their book. None of that context travels with the signal.

And the provider's fill is the provider's fill. Whatever price they got is a fact about their execution at that moment, not a price available to anyone else afterward.

Stage two: detection and transmission

Something has to notice the provider acted and communicate it.

On an integrated platform this happens internally and quickly, because the platform sees both accounts. On a distributed arrangement — an alert to a channel, a webhook to a subscriber's endpoint — it involves a network hop and whatever delay that introduces.

Delivery is not guaranteed in every implementation. A webhook-based arrangement that sends one request with no retry can simply lose a signal, and the follower has no way to know a trade was meant to happen.

Stage three: translation and sizing

This is the stage people underestimate, and it is where the most consequential decisions get made.

The signal says what the provider did. Something has to decide what the follower should do, and those are not the same question.

Sizing has to be recomputed for the follower's account. Copying the provider's contract count into a smaller account is how a reasonable position becomes an oversized one. Common approaches include fixed size, a proportion of the provider's size, or a percentage of the follower's capital — and each produces different risk.

Instrument resolution matters more on options than elsewhere. The provider's contract has a specific strike and expiry, and the follower's system has to identify the same contract, which is a lookup rather than a passthrough.

Feasibility checks belong here: does the follower have the buying power, the approval level, and the position limits to take this trade. A signal is not an instruction that must be obeyed, and a system that treats it as one will submit orders it should have declined.

The sizing decision is where the divide-by-20 rule enters: available trading capital divided by twenty as the ceiling on any single position, computed against the follower's account rather than inherited from the provider's.

Stage four: execution in the follower's account

The order goes to the follower's broker and fills at whatever the market offers at that moment.

By now, time has passed. On a slow-moving position that is immaterial. On a short-dated option in a fast market it can be the difference between the provider's trade and a materially worse one, and the effect grows with the number of followers all sending similar orders into the same book.

Exits run through the same pipeline. A follower who received the entry but missed the exit signal holds a position the provider has already closed, which is the worst outcome the arrangement can produce.

What accumulates across the pipeline

IOSCO's 2025 work identifies the recurring sources of divergence: delayed entry from transmission and processing, execution differences where the provider accesses different spreads or liquidity, leverage and sizing mismatches, and transaction costs on every replicated trade.

Those compound. A small timing difference plus a slightly worse fill plus the follower's own costs plus a sizing difference produces an outcome that can differ substantially from the provider's headline result, without anything having gone wrong.

Evidence from crypto copy trading illustrates the scale. One 2025 study across three exchanges analysed over 100,000 outcomes and found fewer than half of copy traders profitable over a 90-day window, with only a minority of leaders delivering positive follower results. Crypto is not options, and the cost structures differ — but the mechanism causing the gap is the same one described above.

Where the software runs, and why it matters here

The follower's side of this pipeline is real infrastructure. It has to receive signals reliably, translate them correctly, size them against the follower's own capital, and submit orders promptly.

On a vendor-hosted service, that runs on the vendor's infrastructure with your credentials in their database. On a self-hosted deployment it runs in your own environment, which keeps credentials with you and makes availability your responsibility. Keeping signal processing off the order path — the worker thread pattern — is what stops a burst of signals from delaying the order it is processing.

The honest limits

Latency cannot be engineered to zero. Even a well-built pipeline places the follower's order after the provider's, and in fast conditions that gap has a cost.

Signal loss is possible in any distributed arrangement. Any exit that must happen should not depend solely on a future signal arriving — resting exits at the broker is the structural answer.

And a faithful pipeline is not a good strategy. Perfect replication of a losing provider produces losses efficiently. The pipeline determines how closely you track the provider; it says nothing about whether tracking them is a good idea.

Frequently asked questions

How does copy trading work step by step? The provider takes a position, the platform detects and transmits it as a signal, the follower's system translates and sizes it for their account, and the order is submitted to the follower's own broker.

Why is my fill different from the provider's? Time passes between their action and your order reaching the market, and your order fills at whatever is available then.

Who decides my position size? The translation stage on your side. Copying the provider's contract count directly is how a reasonable position becomes an oversized one in a smaller account.

What happens if I miss an exit signal? You hold a position the provider has already closed. Resting exits at the broker rather than relying on a future signal is the structural protection.

Does copy trading happen instantly? No. Every stage adds delay. On slow positions it is immaterial; on short-dated options it can be decisive.

Where this pipeline sits alongside evaluation, platforms and instrument specifics is mapped in the complete guide to copy trading.


Disclaimer: This article is educational content about trading mechanics and software. It is not investment advice, financial advice, tax advice, legal advice, or a recommendation to buy or sell any security, nor a recommendation of any strategy, platform, or signal provider. Any platforms, figures, or studies named are described for illustration and context. Options trading involves substantial risk of loss and is not suitable for all investors. Please read Characteristics and Risks of Standardized Options before trading options. Copy trading and automated trading carry additional risks including software defects, signal delays, execution differences, connectivity failures, and third-party service changes or outages. Past performance does not indicate future results, and no platform, provider, position-sizing rule, or risk setting can guarantee a profit or prevent a loss.

StaxInvesting LLC sells self-hosted trading software. It is not a broker-dealer, investment adviser, or financial institution, and it does not manage accounts, hold member funds, place trades on behalf of members, or access member brokerage accounts. Members run the software in their own cloud environment, connect their own brokerage accounts under their own credentials, and are solely responsible for their configuration, their credential security, and every trade executed in their account. Third-party platform details described here reflect publicly available information as of publication and are subject to change without notice; always verify against current official sources. Consult a qualified financial adviser and tax professional regarding your individual circumstances.