How to Backtest a Prop Firm Challenge Before You Pay for One
Profitable strategies fail prop challenges all the time. Here is how to simulate FTMO, 5%ers and FundedNext rules against your strategy before paying a fee.
A profitable strategy and a strategy that passes a prop firm challenge are not the same thing. Challenges impose constraints that have nothing to do with long-run expectancy — a daily loss cap, a maximum drawdown, a profit target, and often a time limit. A system that comfortably makes money over two years can fail a 30-day challenge routinely, and the fee is gone either way.
The good news is that these constraints are precise, published, and entirely simulatable. You can find out your realistic pass rate before you pay.
The constraints that actually kill attempts
Prop firm rules vary in detail, but nearly all challenges combine some subset of:
Profit target. Typically 8-10% in phase one, often less in phase two. This is the constraint traders focus on, and it is usually the least dangerous one.
Maximum daily loss. Usually 4-5% of starting balance or equity. This is the constraint that ends most attempts. Critically, many firms calculate it on equity, not closed balance — meaning an open position in drawdown can breach it even if you never realise the loss. A strategy that holds through intraday adverse moves is far more exposed here than its closed-trade record suggests.
Maximum overall drawdown. Usually 8-12%. Sometimes static from the starting balance, sometimes trailing the high-water mark. Trailing drawdown is materially harder, because a profitable run raises the floor beneath you — make 6%, and a trailing 10% limit now sits at 4% above where you started.
Time limit. Many firms have relaxed or removed these, but where they exist they change the optimal risk profile: a slow, safe strategy that would pass given 12 months can fail in 30 days simply by not reaching the target in time.
Consistency rules. Some firms cap the share of total profit any single day may contribute. A strategy that makes its money in a few large moves can hit the target and still be refused.
Read the specific rules of the specific firm. The differences between FTMO, The 5%ers, FundedNext and TFF are not cosmetic, and a strategy well suited to one can be poorly suited to another.
Why expectancy is the wrong lens
Standard backtest metrics answer "does this make money over time?" A challenge asks a different question: "does this reach +8% before it touches -5% on any single day or -10% overall, within the window?"
That is a path-dependent question. Two strategies with identical net profit and identical maximum drawdown can have completely different pass rates, depending on the order in which the wins and losses arrive. A strategy that grinds steadily upward passes far more often than one with the same expectancy that gets there via a 7% drawdown in week two — even though the second one ends at the same place.
This is why a normal backtest report is insufficient. You need to evaluate the equity path against the rules, day by day.
Running the simulation
The mechanics:
- Backtest the strategy normally first, with honest spread and commission, over as much history as you have. You need a trustworthy trade-by-trade record before anything else
- Set position sizing to the challenge account size, not your live account. Percentage risk translates, but the daily loss cap is expressed against the challenge balance and that is what matters
- Reconstruct the equity curve at the granularity the rules use. If the firm evaluates daily loss on equity, you need intraday equity, not just closed-trade results. A day that dipped 6% before closing flat is a failed day, and a closed-trade record will not show it
- Apply the firm's rules to that record — daily loss limit, maximum drawdown, profit target, time limit and any minimum trading days
- Replay it many times in different orders. This is the step people skip, and the one that matters most. The same set of trades arranged in a different sequence can pass comfortably or bust on day three. A single run tells you almost nothing; the spread of outcomes across many runs tells you the odds
That distribution is the number worth having. Not "the strategy is profitable" but "this configuration passes about 60% of the time, and when it fails it is usually the daily loss limit."
Once you can see it broken down that way, the fix usually becomes obvious. Frequent daily-loss breaches means your risk per trade is too high or your strategy takes too many correlated positions at once. Frequent timeouts means risk is too low for the target.
The counterintuitive part: more risk is not the answer
When a strategy times out, the instinct is to increase position size. Sometimes that is right. Often it moves failures from the timeout column into the daily-loss column without improving the pass rate at all.
There is generally an optimum. Below it you cannot reach the target in time; above it you breach the loss limits before you get there. Finding that band by simulation costs nothing. Finding it by buying challenges costs a fee each time.
Two adjustments that tend to help more than raw sizing:
- Cap concurrent exposure. If your strategy can open five correlated positions simultaneously, your effective risk is several times your per-trade risk. Limiting simultaneous positions cuts daily-loss breaches sharply
- Add a daily stop of your own. Stopping voluntarily at, say, 3% down on a day when the firm's limit is 5% converts many hard failures into ordinary bad days. It costs a little expectancy and buys a lot of survival
- Take a bigger account at the same risk percentage. If you are timing out rather than busting, this usually does more than turning the risk up — raising risk tends to move failures straight from the timeout column into the daily-loss column
Do not fit the strategy to one challenge
It is possible to tune parameters until a strategy passes a specific challenge on a specific slice of history. That is overfitting with extra steps, and the fitted result will not generalise to the attempt you actually pay for.
Test across many start dates and, if you can, across multiple firms' rule sets. A configuration that passes reliably under several rule sets and across many starting points is describing something real about the strategy. One that only passes under FTMO's exact phase-one parameters starting in March is describing your sample.
What a realistic result looks like
Read the pass rate as odds, not a verdict. "Passes 60% of the time" means four runs in ten did not — a normal, workable figure, and useful planning information rather than bad news.
Two things worth knowing when you read the result. A high pass rate with a modest median return is a good outcome — you are buying a funded account, not posting a big score in the evaluation. A high pass rate with a very high median return usually means the risk is too high; check the bust rate and the worst day before believing it.
Raw Edge includes a prop challenge simulator built around exactly this. It replays your own backtested trades many times in different orders against the real published rules of FTMO, The 5%ers, FundedNext and TFF, and reports the share of runs that passed Phase 1, the share that passed both phases, and the typical time to pass. The levers it points you at live on the strategy's Risk & Execution tab — daily loss limit, max trades per day, position sizing, session filters.
One practical tip if you are testing for a specific firm: connect that firm's own MT5 account and backtest on it. Its spreads and its costs are what you will actually be trading, and they are not your personal broker's.
Test it before you trade it
Raw Edge lets you build strategies visually, backtest them with realistic spread and commission, and deploy the same logic straight to MetaTrader 5.
See pricingMore reading
- MT5 Backtesting Software: How to Test a Strategy ProperlyA practical guide to backtesting software for MetaTrader 5 — data quality, spread and commission modelling, sample size, and out-of-sample testing.
- How to Backtest an EA Without Writing Any CodeYou do not need MQL5 to test a trading idea. Here is how no-code backtesting works, what it handles well, and where writing code is still the better option.
- 7 Backtesting Mistakes That Blow Up Live AccountsThe specific errors that make a backtest look profitable and a live account lose money — look-ahead bias, curve fitting, cost modelling, and how to catch each.