Backtesting

Partial exits in prop backtesting

Partial exits can change expectancy, costs, and prop-firm risk. Test the whole exit path, not just the win rate or first profit target.

Partial exits in prop backtesting do not create positive expectancy by themselves. They redistribute profit, exposure, holding time, and costs through the trade path, so the entire exit rule has to earn its place.

The common mistake is to call a partial exit “risk management” before checking what happens to the remaining position. A smaller runner can reduce open exposure after a favorable move. It can also cut the average payoff, add execution decisions, and move a loss across a different day.

A partial exit is a new strategy

A partial exit closes part of a position before the rest is closed. The moment that happens, the trade has a new quantity, a new holding-time profile, and a new set of exit decisions.

That makes a scale-out more than a cosmetic change to the trade list. A full exit can be described as entry followed by one stop or one target. A partial-exit rule is entry, first exit, and then a second decision about the remainder. If the remainder has a different stop, target, or time limit, it is a different strategy.

For a fair comparison, freeze the entry logic, initial stop, market universe, and test window. Change the exit rule only. Otherwise a result cannot tell you whether the partial exit helped or whether another part of the system moved at the same time.

The arithmetic: what the scale-out gives up

R is the initial planned loss for the full position if the stop is reached. A simple hypothetical example shows why early profit-taking is not automatically an improvement.

Assume a distribution with 50% winning trades and 50% losing trades. The full-exit version reaches +2R on a winner and -1R on a loser. A scale-out closes half at +1R and half at +2R on its winning trades.

Exit ruleWinning tradeLosing tradeExpectancy at 50% wins
Full exit at +2R+2R-1R+0.50R
Half at +1R, half at +2R+1.50R-1R+0.25R

The arithmetic is:

Full exit: 0.50 × 2R + 0.50 × (-1R) = +0.50R
Scale-out: 0.50 × 1.50R + 0.50 × (-1R) = +0.25R

This is not a forecast. It is a controlled example of the trade-off. If the partial rule changes enough losing trades into smaller wins, or prevents enough giveback, it can improve the full distribution. The improvement has to come from those changed outcomes, not from the words “take some profit off the table.”

The path can change before the final result

The main prop-firm effect is path exposure: a partial exit changes how much equity remains floating after the first fill, not just the final result of the trade.

Consider a trade that reaches +1R, closes half, and then reverses. The first fill contributes +0.50R to the full-position result. If the remaining half reaches the original -1R stop, it removes 0.50R and the trade finishes at 0R before costs. If the stop moves to entry after the first fill, the same price path finishes at +0.50R before costs. Moving the stop is a separate rule and must be tested as one.

That path matters because prop rules judge an account through time. A runner can still carry floating exposure after the first exit. A reversal can happen near a session boundary. A position can remain open while swap accrues. The final closed-trade result does not show all of that.

This is why a partial exit can lower a maximum-equity drawdown in one sample and increase daily-loss pressure in another. The answer depends on the order of fills, the remaining stop, the time of day, and the firm's current definition of balance and equity. The firm's own rules remain the final reference.

Costs turn a neat scale-out into a trade sequence

A partial exit is several execution events, so its cost model must follow the actual order sequence. The total position size alone does not tell you whether both exits received the same price quality or whether the remaining piece stayed open long enough to incur another cost.

Spread and slippage affect each fill. Commission must be charged according to the actual volume and broker schedule. Swap depends on how long the remainder stays open. A backtest that gives the runner a clean theoretical price while charging costs only at the first exit is not testing the rule that a trader will run.

realbacktesting is a trading-software studio for cTrader built around verifiable testing. Its published methodology documents intrabar M1 execution, a fixed 2 pips spread, 1 bps slippage, commission, swap, and a 30% out-of-sample hold-out. Those are properties of the test harness, not a promise of live results. The methodology page explains the assumptions, while the funding page places the path inside account constraints.

Build a fair partial-exit backtest

A useful partial-exit test changes one thing: the exit rule. The test should be specified before the trade list is inspected.

  • Freeze the entry, initial stop, instrument set, timeframe, data window, and position-sizing rule.
  • Define the fraction closed, the trigger, and whether the trigger uses a tradable touch or a bar close.
  • Define the remainder rule separately: original stop, stop at entry, trailing stop, final target, and time exit are different variants.
  • Model the order of intrabar events. A bar that touches a target and a stop does not tell you the sequence without an execution rule.
  • Charge the spread, slippage, commission, and swap that the live implementation would face.
  • Compare expectancy in R, average win and loss, maximum equity drawdown, worst daily loss, rule breaches, holding time, and the distribution of outcomes by market regime.

Win rate belongs in the report, but it is not the verdict. A scale-out can raise win rate by replacing a few large losses with small wins while quietly removing the large winners that carried expectancy. Maximum favorable excursion can help form an exit hypothesis; take-profit distance in prop backtesting explains why the target still has to survive an unseen sample.

Where the scale-out breaks

A partial exit fails when its apparent safety comes from deleting the losing remainder from the summary or optimising one historical path.

Moving the remaining stop to entry after the first fill may look clean in a chart. It also changes the right tail. Some trades that would have become large winners will now exit flat on a small reversal. Other trades will avoid a full loss. The net effect is an empirical question, not a rule of trading etiquette.

The same warning applies to the trigger. Trying many first targets until one produces the prettiest curve is still parameter fitting. The smaller the change appears, the easier it is to forget that it added another degree of freedom.

The honest standard is simple: predefine the scale-out, cost it, run it on unseen data, and check the account path. If the advantage disappears when the remainder is executed realistically, it was never a robust advantage.

Frequently asked

Do partial exits improve a prop backtest?

Not automatically. They can improve the costed return distribution or the account path, but they can also reduce payoff and add execution risk. Only a fixed, out-of-sample comparison can answer it for a specific strategy.

Does taking profit early reduce drawdown?

It can reduce the remaining position's exposure after a favorable move. It does not guarantee lower drawdown because the remainder's stop, timing, costs, and later losses still shape the equity path.

Should the runner move to breakeven after a partial exit?

That is a separate exit rule, not a free benefit of taking a partial profit. Test the original stop, the breakeven rule, and any trailing rule as distinct variants.

What is the right metric for a partial-exit test?

Use expectancy in R together with the full account-equity path: drawdown, daily-loss pressure, rule breaches, holding time, and cost attribution. Win rate alone can reward a scale-out that removed the winners.

The stubborn takeaway

A partial exit is not a free upgrade to a trade. It is a new sequence of fills, and it earns its place only when that whole sequence survives costs, unseen data, and the prop-firm loss rules.

Published Aug 03, 2026 · realbacktesting · Educational content and market commentary — not financial advice. Trading involves risk; past performance does not guarantee future results.