Three ways a copier can size a trade

Every trade copier has to answer one mechanical question every time the master account fires an order: how many contracts should the follower account trade? That sounds trivial until you have followers of different account sizes, risk tolerances, and prop-firm drawdown rules all copying the same master. There are three approaches in real-world use, and they produce meaningfully different position sizes from the exact same master trade. Which one your copier actually uses, and what it does when the math doesn't land on a whole number, matters more than most traders assume.

The three methods are fixed lot/fixed multiplier, proportional equity ratio, and risk-based (percent-risk) sizing. None is universally correct. Each answers a different question, and picking the wrong one for your situation is a common way funded traders end up with position sizes that don't match what they think they signed up for.

Fixed lot / fixed multiplier sizing

This is the simplest model and the one most beginner-facing signal services and copier tools default to. The follower account always trades a fixed quantity, or a fixed multiple of whatever the master trades. Two common variants:

  • Fixed lot: the follower always trades exactly 1 contract (or whatever fixed number is configured), no matter what the master trades or how big either account is.
  • Fixed multiplier: the follower always trades a set ratio of the master's contract count, for example always 0.5x or always 2x, applied mechanically to every trade.

The appeal is obvious. It's predictable, easy to configure, and easy to reason about. If you know the master is trading 4 contracts and your multiplier is 0.5, you know you're trading 2. There's no equity lookup, no live balance comparison, nothing that can silently change behavior if either account's balance moves during the session.

The problem is that a fixed ratio has zero awareness of either account's actual size. If a $100,000 master account trades 10 contracts and your follower multiplier is a flat 1x regardless of your own balance, a follower running a $25,000 account gets forced into the same 10-contract exposure as an account four times its size. That's not a proportional relationship, it's a coincidence of configuration. The follower is carrying $50 per point of exposure per contract on ES, times 10 contracts, against a quarter of the buying power and a quarter of the drawdown cushion the master has. Flip it around and a well-capitalized follower sitting behind a conservative 1x-fixed-lot setup can be badly underutilized relative to what its own equity could support.

Fixed-ratio sizing isn't inherently wrong, it's just blind to account size. It works fine when master and follower accounts are similar in size and you've manually tuned the ratio to reflect that. It stops working the moment account sizes diverge, which is exactly the situation most funded traders are in when copying a master strategy across accounts of different sizes, or across multiple prop-firm evaluations with different balances.

Proportional equity ratio sizing

The second model scales the follower's position size by the ratio of the two accounts' equity. The formula is straightforward:

follower contracts = master contracts x (follower equity / master equity)

This is the standard model built into tools like cTrader Copy, where the platform's own documentation defines copied volume as the investor's equity divided by the strategy provider's equity, multiplied by the strategy provider's volume. The intent is that every follower runs the same relative exposure regardless of account size. A follower with a quarter of the master's equity should end up with roughly a quarter of the master's position, a follower with half the equity should get roughly half.

Here's the exact arithmetic on a concrete example. The master account has $100,000 equity and trades 10 contracts. A follower account has $25,000 equity.

Ratio = follower equity / master equity = 25,000 / 100,000 = 0.25

Intended follower size = 10 x 0.25 = 2.5 contracts

Contracts can't be fractional, so the platform has to round somehow. If it rounds down, as is typical, the follower ends up with 2 contracts instead of 2.5. That looks like a small rounding footnote, but check what it actually does to the ratio the follower is running:

Actual relative size = 2 / 10 = 0.20, or 20%

The follower intended to run at 25% of the master's relative size and instead is running at 20%, a 5 percentage point drift that has nothing to do with market conditions, risk tolerance, or strategy. It's purely an artifact of rounding a fractional contract down to a whole one.

ROUNDING DRIFT: 25% INTENDED, 20% ACTUAL 10 contracts x (25,000 / 100,000) = 2.5 2.5 intended (25%) 2 actual (20%) -5 points of relative size, from rounding alone smaller target = bigger % haircut
A follower intending 25% relative size computes 2.5 contracts, and since contracts can't be fractional, rounding down to 2 leaves it actually running at 20%, a 5 percentage point drift that has nothing to do with the market and everything to do with arithmetic.

That drift is not fixed. It gets worse the smaller the follower account is relative to the master. A follower at $10,000 equity copying the same 10-contract master trade computes 10 x 0.10 = 1.0 contract exactly, no drift. But a follower at $12,000 computes 1.2 contracts, rounding down to 1, a relative size of 1/10 = 10% against an intended 12%, a smaller absolute miss but proportionally similar. The smaller the target contract count gets, the bigger a single whole-contract rounding step is as a fraction of that target. That's why proportional equity sizing behaves reasonably well when the master's contract count is large (rounding 25.4 down to 25 barely matters) and poorly when it's small (rounding 2.5 down to 2 is a 20% haircut on the intended position).

Not every platform handles this the same way, either. cTrader Copy's documented behavior is that when the calculated volume falls below the broker's minimum step size, the platform rounds up to the nearest available step rather than skipping the trade, and if the calculated size exceeds the maximum ticket size or the account lacks sufficient margin, the position isn't opened at all. That rounding-up-to-a-step behavior can distort small accounts more than expected: cTrader's own community support has documented a case where an account with only slightly more equity than the strategy provider ended up copying at double the intended volume, because the calculated size landed just past one step boundary and rounded up to the next. That's a meaningfully different failure mode than the plain floor-rounding assumed above for whole futures contracts, and it means small accounts can sometimes get pushed into a larger relative position, not just a smaller one. Confirm your specific copier's rounding behavior (floor, round-up-to-step, or reject) with the vendor or in a demo account, since implementations differ and the difference changes your actual risk.

Proportional equity sizing is a real improvement over fixed ratios because it at least references both accounts' actual balances. But notice what it still doesn't reference at all: the stop distance on the trade, or how much money is actually at risk if the stop gets hit. Two trades with wildly different stop distances, one tight and one wide, get the exact same relative contract count under this method, which means wildly different dollar risk. That gap is what the third method is built to close.

Risk-based (percent-risk) sizing

The third method throws out the master's contract count entirely and computes the follower's position size directly from the follower's own account balance, a chosen risk percentage, and the specific stop distance of that specific trade. This is the same percent-risk formula taught in most futures position-sizing education, independent of any copier vendor:

contracts = (account balance x risk percent) / (stop distance in points x dollar value per point)

If you've read our breakdown of the 1% rule for funded accounts, this is the same core idea, just applied at the copier layer instead of manually per trade. The follower isn't asking "what fraction of the master's position should I mirror," it's asking "given my own balance and my own risk budget, how many contracts does this specific stop distance allow me to hold."

Work through the exact numbers. A follower account has $25,000 in balance and is risking 1% per trade.

Risk budget = $25,000 x 0.01 = $250

The trade being copied has a stop 6 points away, and the instrument is the CME Micro E-mini S&P 500 (MES), which has a fixed multiplier of $5 per index point.

Dollar risk per contract = 6 points x $5/point = $30

Contracts = $250 / $30 = 8.333...

Rounded down to whole contracts (you can't hold a third of a futures contract), the follower trades 8 contracts. Check the actual risk taken:

Actual dollar risk = 8 x $30 = $240

That's slightly under the $250 target, or 0.96% of the $25,000 account instead of the intended 1%. Compare that to the proportional equity method's 5 percentage point drift on relative size: this rounding drift lands on the risk percentage actually taken, a more directly useful number to a funded trader watching a drawdown limit than drift on relative position size against a master account.

RISK-BASED SIZING, STEP BY STEP $25,000 balance x 1% risk = $250 budget 6-pt stop x $5/pt (MES) = $30 risk per contract $250 / $30 = 8.33, rounds down to 8 contracts actual risk: 8 x $30 = $240 (0.96% of equity) sized from the stop distance, never from the master's contract count
Risk-based sizing never looks at what the master traded. A $25,000 account risking 1% budgets $250; a 6-point stop on MES at $5 per point costs $30 per contract; $250 divided by $30 is 8.33, rounding down to 8 contracts, landing at $240 of actual risk, 0.96% instead of the intended 1%.

The stop distance in that formula isn't decorative. It's doing the real work of connecting position size to actual dollar risk. Getting that number right in the first place matters just as much as the sizing math around it. See our piece on stop-loss placement using technical levels and ATR for how to set a stop distance that reflects the instrument's actual volatility rather than an arbitrary tick count.

The tradeoff with risk-based sizing is implementation cost. A fixed multiplier needs zero live data. Proportional equity sizing needs both accounts' current equity. Risk-based sizing needs both accounts' equity or balance, the risk percentage setting, and, critically, the exact stop distance of every single order the master places, recalculated per trade, not once at setup. That's meaningfully more plumbing to implement correctly, and part of why fewer retail-facing copier tools expose it as a native, automatic option compared to flat ratios or equity-proportional modes.

The zero-contract outcome is a feature, not a bug

If a follower's risk budget is small and the stop is wide, the computed contract count can round down to zero. A risk-based copier should simply skip that trade for that account rather than force a minimum position, because taking it would mean risking more than the account's own budget allows.

That's counterintuitive if you're used to fixed-ratio or proportional copiers, both of which generally find some way to put on a position, even if it's the broker's minimum lot. A properly implemented risk-based copier will size a trade to zero on a very small account with a tight risk budget and a wide stop, and the correct behavior is to skip the trade, not force a 1-contract minimum that blows past the intended risk budget. That's the entire point of the method: it protects a specific dollar or percentage drawdown ceiling, and if the trade can't be taken within that ceiling at a whole-contract size, it shouldn't be taken.

Side-by-side comparison on the same setup

To make the differences concrete, here's all three methods applied to the identical scenario: a $25,000 follower account, a master account with $100,000 equity trading 10 contracts, and a specific trade with a 6-point stop on MES ($5/point, so $30 of risk per contract).

MethodInputs usedContracts computedResult
Fixed multiplier (1x)Master's contract count only10 (no rounding needed)Follower carries the full 10-contract exposure regardless of its $25,000 base, with $50/point of raw exposure and no reference to the $250 target risk budget
Fixed multiplier (0.25x)Hardcoded ratio x master's contract count10 x 0.25 = 2.5, rounds down to 2Same numeric result as proportional equity in this case, but arrived at by a static config value, not a live equity comparison
Proportional equityFollower equity / master equity10 x (25,000/100,000) = 2.5, rounds down to 2Actual relative size = 20% instead of the intended 25%, with no reference to the 6-point stop or dollar risk at all
Risk-based (1% risk)Follower balance, risk %, stop distance, $/point$250 / $30 = 8.33, rounds down to 8Actual risk = $240 (0.96% of equity), sized entirely from the stop and risk budget, independent of the master's 10-contract size

Notice that the fixed-multiplier and proportional-equity methods land on the identical 2 contracts here, but for unrelated reasons: one from a hardcoded ratio, one from a live equity snapshot. That agreement is a coincidence of this particular equity split, not a general rule. Also notice the risk-based method arrives at a completely different contract count, 8 instead of 2, because it's solving a different problem. It never asked what the master was doing, only what the follower's own stop-out risk looks like.

A copier that scales position size to your equity is not the same as a copier that scales position size to your risk.

The rounding problem hits every method, and hits small accounts hardest

Whole-contract rounding is not a proportional-equity-specific quirk. It affects fixed multipliers whenever the ratio isn't a clean fraction, proportional equity sizing whenever the equity ratio doesn't divide the master's size evenly, and risk-based sizing whenever the risk budget doesn't divide evenly by the dollar-risk-per-contract. Every method built on whole futures contracts has to round somewhere, and every rounding step either gives the follower slightly less exposure than intended (floor) or slightly more (round-up or forced minimum), never exactly the target.

The distortion is worse for smaller accounts for a simple reason: a one-contract rounding error is a bigger percentage of a small target than a large one. Rounding 25.4 contracts down to 25 is a 1.6% haircut. Rounding 2.5 down to 2 is a 20% haircut. Rounding 0.7 down to 0 is a 100% haircut, the trade doesn't happen at all. If you're copying into a small prop-firm evaluation account, or splitting one master strategy across several small follower accounts, this isn't a rounding footnote. It's a structural reason your smallest accounts will track the master's intended relative performance the least closely, no matter which sizing method your copier uses.

Which method should you actually use

For a funded trader whose entire job is protecting a specific drawdown buffer set by a prop firm, risk-based sizing is the theoretically correct answer. It's the only one of the three that starts from "how much can I afford to lose on this specific trade" rather than "what's my account worth relative to another account" or "what ratio did I configure." If your prop firm's rules cap your trailing or static drawdown at a fixed dollar figure, sizing every trade off a percent-risk calculation tied to the actual stop distance is the method that most directly respects that cap.

But theoretically correct and practically available are different things. Most retail-facing copier tools, including the popular ones built into MT4/MT5 and cTrader ecosystems, natively expose fixed-ratio and proportional-equity modes because those only require an equity lookup, not a stop-distance lookup on every order. Risk-based sizing requires the copier to parse or receive the stop-loss distance of every trade in real time and run a fresh calculation each time, meaningfully more implementation work, and plenty of widely used tools simply don't offer it as a native, automatic mode. If you're setting up a copy relationship, whether that's copying between MT5 and cTrader accounts or any other platform pairing, check specifically which of the three models your tool actually implements before assuming it's protecting your risk the way you think it is. A tool that markets itself as "smart sizing" might just mean proportional equity, which, as shown above, has nothing to do with the stop distance on any given trade.

The honest tradeoff cuts both ways. Risk-based sizing protects your drawdown buffer more precisely, but it demands more from the copier's implementation and from your own configuration discipline: you have to set a sane risk percentage and trust the stop-distance data feeding into it. Fixed-ratio and proportional-equity sizing are simpler, more widely available, and easier to audit at a glance, but neither one knows or cares how far away your stop is, which means neither is actually managing your dollar risk, only your relative position size or contract count. Know which one your copier is running before you treat "size" and "risk" as the same word.

Frequently asked questions

What is the difference between fixed lot and proportional equity sizing in a trade copier?

Fixed lot sizing always copies the same contract count or the same multiple of the master's contract count regardless of either account's balance, while proportional equity sizing scales the follower's position by the ratio of follower equity to master equity so relative exposure stays consistent across accounts of different sizes. Fixed lot is simpler to configure and predict, but ignores account size entirely, so a small follower account can end up badly over-leveraged relative to its own capital. Proportional equity sizing is the model cTrader Copy uses natively, computing copied volume as investor equity divided by provider equity, times provider volume.

How does risk-based position sizing work in copy trading?

Risk-based sizing computes the follower's contract count directly from that account's own balance, a chosen risk percentage, and the stop distance of the specific trade being copied, using contracts = (account balance x risk percent) / (stop distance in points x dollar value per point). It ignores the master's contract count entirely. For example, a $25,000 account risking 1% per trade with a 6-point stop on MES at $5 per point budgets $250, divided by $30 risk per contract, equals 8.33, rounded down to 8 contracts.

Why does proportional equity sizing cause a follower to trade a different relative size than intended?

It happens because futures contracts can't be fractional, so any calculated size with a decimal has to round to a whole number, and that rounding shifts the actual relative exposure away from the intended ratio. In the standard example, a $25,000 follower copying a $100,000 master trading 10 contracts computes an intended 2.5 contracts (25,000/100,000 x 10), which rounds down to 2, meaning the follower actually runs at 20% relative size instead of the intended 25%.

Can a copier size a trade down to zero contracts?

Yes, this happens with risk-based sizing when the calculated contract count for a given risk budget and stop distance rounds down below 1. If an account's risk budget divided by the dollar risk per contract computes to less than one whole contract, the correct behavior is to skip that trade entirely rather than force a minimum position that would exceed the account's intended risk limit.

Does cTrader Copy use fixed ratio or proportional equity sizing?

cTrader Copy uses proportional equity sizing by default, with its documented formula being copied volume equals investor equity divided by strategy provider equity, multiplied by the provider's trade volume. If the calculated volume falls below the broker's minimum lot step, cTrader rounds the trade up to that step rather than skipping it, and if it exceeds the maximum ticket size or the account lacks sufficient margin, the position is not opened at all. Always verify this behavior against current cTrader documentation since broker-side minimums vary.

Which sizing method is best for a funded or prop-firm trading account?

Risk-based percent-risk sizing is the most theoretically correct method for a funded account because it sizes every trade directly against a fixed percentage of the account's own balance and the actual stop distance, which is what protects a specific drawdown buffer set by a prop firm. In practice, though, many retail-facing copier tools only natively offer fixed-ratio or proportional-equity modes, so it's worth checking which model your specific copier actually implements before assuming your risk is being managed the way you expect.

Why do rounding errors from contract sizing affect small accounts more than large ones?

A one-contract rounding adjustment is a larger percentage of a small target position than of a large one, so the relative distortion grows as account size shrinks. Rounding 25.4 contracts down to 25 is roughly a 1.6% change, rounding 2.5 down to 2 is a 20% change, and rounding 0.7 down to 0 removes the trade entirely, which is why smaller follower accounts track a master's intended relative performance the least closely regardless of which sizing method is used.

What information does a copier need to do risk-based sizing that it doesn't need for proportional equity sizing?

Risk-based sizing requires the exact stop distance of every individual trade the master places, recalculated per trade, in addition to the follower's balance and chosen risk percentage. Proportional equity sizing only needs a live equity snapshot from both accounts and never looks at the stop distance at all, which is why it's simpler to implement and more commonly available in retail-facing copier tools, but does not directly manage dollar risk on any given trade.