Backtesting

Time-to-target in prop backtesting

Time-to-target shows whether a prop backtest reaches a rule target before drawdown, costs, and variance break the account.

Time-to-target is the part of a prop backtest that asks a blunt question: does the strategy reach the required profit target before the account rules get a chance to kill it? A good average return is not enough if the path gets there too slowly, too violently, or only in one lucky historical order.

For prop traders, time-to-target is not a promise of when you will get funded. It is a stress test of the route between starting balance, profit target, daily loss pressure, max drawdown, costs, and variance.

What time-to-target means in a prop backtest

Time-to-target is the number of trading days, calendar days, or trades a strategy needs to reach a defined profit threshold from a defined starting balance. In a prop-firm backtest, the useful version is path-aware: it only counts a target as reached if the account stayed inside the loss rules on the way there.

That last clause is the whole job. A strategy can hit the target on the final equity curve and still be useless for a challenge if it breached the daily loss rule halfway through the route.

VersionWhat it answersWhy it can mislead
Calendar time-to-targetHow long the route took in days or weeksIgnores whether trades were clustered or exposed
Trade-count time-to-targetHow many trades were neededIgnores idle time, rollover, and missed sessions
Equity time-to-targetWhen the balance or equity first crossed the targetCan ignore rule breaches before the crossing
Rule-safe time-to-targetWhen the target was reached without breaking constraintsThe only version that matters for prop logic

Why average monthly return is the wrong shortcut

Average return turns a path problem into a straight line. Prop trading does not work on a straight line.

If a backtest makes R per month on average and the target is T, the lazy estimate says:

time-to-target = T / R

That calculation is clean and mostly unhelpful. It ignores losing streaks, flat periods, trade clustering, open-equity drawdown, spread changes, swap, and the daily loss rule. The average month may never actually occur. The account lives through the sequence, not the mean.

The better question is:

rule-safe time-to-target = first date equity reaches T
where every prior day stayed above the daily and max-loss floors

That is why time-to-target belongs beside losing streaks in prop backtesting, exposure in prop backtesting, and trade frequency in prop backtesting. The target is not isolated from the route. The route is the test.

The target can be reached in a bad way

A fast target is not automatically a better target path. Sometimes a backtest reaches the threshold quickly because it sizes aggressively, stacks correlated trades, or gets one favorable regime early in the sample.

That can make the first crossing look impressive while the method is fragile. The same strategy may miss the target or break a loss rule if the early winners arrive later, if the first month starts with a losing cluster, or if a high-exposure trade floats against the account before closing green.

Read time-to-target with these companion checks:

CheckStronger signWeak sign
Drawdown before targetThe route leaves a clear buffer to rule floorsThe target is reached after grazing the floor
Number of paths testedMany plausible trade orders still reach the targetOne historical path carries the whole claim
Cost modelSpread, commission, swap, and slippage are chargedThe route depends on ideal fills
ExposureOpen risk stays controlled while chasing the targetSeveral positions can fail together
Regime dependenceTarget crossings appear in different market regimesOne sample segment does all the work

The awkward truth is simple: a slower path with less rule pressure can be more useful than a faster path that keeps stepping near the edge of the account.

What Monte Carlo adds to time-to-target

Monte Carlo turns one time-to-target into a distribution. Instead of asking when the historical path reached the target, it asks how often reordered or resampled paths reached the target before breaching the rules.

That distribution matters because the historical route is only one possible route. If a system reached the target in 20 trades historically, but many plausible reorderings start with losses and hit the drawdown floor first, the headline route is not robust. It is one favorable shuffle.

Useful outputs include:

  • Median rule-safe time-to-target.
  • Slow-tail time-to-target, such as a conservative percentile rather than the average.
  • Failure rate before target.
  • Maximum floating drawdown before target.
  • Number of trades and days spent below starting balance before recovery.

Do not turn those into a promise. They are scenario statistics, not a schedule. Their value is that they show whether the target depends on a neat historical order.

How real costs change the route

Costs stretch time-to-target because they lower the slope and deepen the path. A strategy that reaches a threshold with no spread, no commission, no swap, and no slippage may simply be borrowing profit from an execution model that never existed.

realbacktesting's public methodology uses intrabar M1 execution, cTrader broker M1 bars + tick-measured spread from 2021-2026, real per-symbol spread, real commission, swap, 1 bps slippage, and an 80,000 EUR model base. The drawdown path is checked against a 30% out-of-sample hold-out. The method is explained on the methodology page.

Those details matter for time-to-target because every cost changes both sides of the problem: the account reaches the target more slowly, and the loss floor has more chances to be touched on the way there.

How to test time-to-target properly

Time-to-target is useful only when the test is strict enough to punish bad routes. A clean test defines the target, the account floor, the measurement basis, and the cost model before looking at the result.

Use this checklist:

  1. Define whether the target is measured on balance or equity.
  2. Define the daily and total loss floors used in the test.
  3. Charge spread, commission, swap, and slippage before measuring the route.
  4. Count a path as failed if it breaches a rule before hitting the target.
  5. Measure calendar days, trading days, and trade count separately.
  6. Re-run the route through Monte Carlo or walk-forward segments.
  7. Report the slow tail and failure rate, not only the best crossing.

For the prop-firm side, the funding model belongs in the same conversation as the backtest. The broader account-survival framing is on the funding page, and the rule mechanics are close to daily loss limit vs max loss for prop traders.

What this does not prove

Time-to-target does not prove a trader will pass an evaluation by a certain date. It does not model every broker fill, every platform interruption, every execution difference, or every change in a firm's current rulebook.

It also does not rescue a weak edge. If the expectancy is poor, a time-to-target study only gives the weakness a calendar. First prove the edge, the costs, the drawdown path, and the out-of-sample behavior. Then ask how long the rule-safe route usually takes.

Frequently asked

Is time-to-target the same as time to get funded?

No. Time-to-target is a backtest measurement of when a strategy reaches a defined threshold under defined rules. Time to get funded is a real-world outcome affected by the firm's current rules, trader behavior, execution, pauses, and variance.

Should I choose the fastest prop strategy?

Not from time-to-target alone. A faster route can be fragile if it reaches the target by taking more drawdown, more correlated exposure, or more sequence risk.

What is the best time-to-target metric?

The best version is rule-safe time-to-target across many plausible paths. It should include the failure rate before target, not just the first successful crossing.

Can a profitable backtest fail time-to-target?

Yes. A profitable backtest can fail a prop-style time-to-target test if the account breaches a daily or total loss floor before the target is reached.

The stubborn takeaway: a prop backtest does not only need enough return to reach the target; it needs a route that survives the rules before the target arrives.

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