Guides › How prop firm pass probability actually works
How prop firm pass probability actually works
Where the percentage comes from, why per-trade edge sets the ceiling, and why risking more per trade can lower your odds even with the same edge.
A prop pass-probability estimate is the share of simulated challenge runs that reach the profit target before hitting a loss limit, given your win rate, reward-to-risk ratio and risk per trade. The tool plays out thousands of random trade sequences from those inputs and counts the wins. It is a probability from your assumptions, not a prediction — and while position size can reshape the pass odds, it cannot turn a zero or negative per-trade edge into a good bet.
What this page is for
When a tool tells you "64% chance to pass," it helps to know where that number comes from and what it can't promise. This page walks through the simulation, the expectancy that anchors it, and a clean piece of math you can check by hand. Try your own inputs on the prop firm calculator.
How it works (the simulation)
The estimate is a Monte Carlo simulation. Each simulated trade is a coin-flip weighted by your win rate: with probability p you win R × risk, and with probability 1 − p you lose risk. The account's equity path is walked trade by trade until one of three things happens — it reaches the profit target (a pass), it hits a daily or maximum loss limit (a fail), or it runs out of allowed trades or days. Repeat that whole run many thousands of times and:
Everything hinges on your per-trade expectancy, measured in risk units:
One honest nuance about a zero or negative edge: position size cannot turn it into a good bet, but it does change the shape of the pass probability. With no edge, betting tiny and trading a lot grinds you down almost surely; betting huge on a handful of trades gives variance a chance to luck you over the target once. That is the real math behind "just send one big trade at the challenge" — it can raise the chance of passing this one attempt while keeping the expected value negative and making ruin across repeated attempts (and the funded account after) close to certain. A probability tool shows you that trade-off; it can't make a negative edge pay.
A version you can check by hand
When wins and losses are the same size (reward-to-risk = 1:1) the simulation has a closed-form answer from the classic gambler's-ruin problem. Count your capital in "risk units" (how many losing trades from your loss floor you sit) and let r = (1 − p) / p. The probability of reaching a target N units up before ruin, starting a units above the floor, is:
One edge case: at exactly p = 0.5, r = 1 and the formula reads 0/0. Its limit is the sensible answer — P(pass) = a / N — a pure coin flip's chance of reaching the target is just your share of the distance between floor and target.
The two worked examples below use this so every digit is reproducible. A real challenge with a separate daily limit and a finite number of trades will usually come out a little lower than this idealized figure.
Inputs and assumptions
- Win rate
p, reward-to-riskR, and risk per trade. - Profit target and maximum loss, as percentages of the account.
- Any daily loss limit and a cap on trades or trading days.
- Trades are assumed independent and identically distributed — a simplification. Real results cluster, correlate, and drift, so treat the output as a comparison tool, not a forecast.
Worked example 1 — a solid edge, small size
Win rate 55%, reward-to-risk 1:1, risking 1% per trade, with a 6% maximum loss and a 6% profit target.
- Expectancy = 0.55 × 1 − 0.45 = +0.10 R per trade — a real, positive edge.
- In risk units: the 6% floor is 6 units down (6% ÷ 1%), so you start
a = 6units above it; the 6% target isN = 12units above the floor. Andr = 0.45 / 0.55 = 0.8182. - P(pass) = (1 − 0.81826) / (1 − 0.818212) = (1 − 0.300) / (1 − 0.090) = 0.700 / 0.910 ≈ 77%.
Worked example 2 — same edge, triple the size
Identical trader — 55% win rate, 1:1, same 6% floor and 6% target — but now risking 3% per trade instead of 1%.
- Expectancy is unchanged at +0.10 R per trade. The edge did not get worse.
- In risk units the floor is now only 2 units away (6% ÷ 3%), so
a = 2andN = 4;r = 0.8182as before. - P(pass) = (1 − 0.81822) / (1 − 0.81824) = (1 − 0.669) / (1 − 0.448) = 0.331 / 0.552 ≈ 60%.
Same win rate, same reward-to-risk, same target and floor — yet the pass estimate fell from about 77% to about 60% purely because bigger bets give variance fewer units to work with. This is the effect a probability tool captures that a back-of-envelope expectancy number alone hides.
Common mistakes
- Reading the percentage as a promise. It's an estimate under your assumptions; change the inputs and it moves.
- Reading a lottery-sized pass chance as an edge. With expectancy ≤ 0, oversizing can lift the odds of fluking one pass, but the expected value stays negative and repeated attempts still end in ruin.
- Feeding in a hoped-for win rate. Garbage in, confident-looking garbage out. Use numbers from your own logged trades.
- Ignoring the daily limit. A model that only tracks the overall drawdown overstates your odds versus a challenge that can also fail you in a single day.
Frequently asked questions
Is the pass probability a guarantee?
Why can risking more per trade lower my odds even with a positive edge?
What win rate do I need to pass?
Does the simulation account for the daily loss limit?
How many trades should I simulate?
Related calculators
Methodology & limitations
The definitions and formulas on this page are standard, widely used ways to describe these concepts; every worked-example number is computed by hand from the formula shown so you can reproduce it. Where a rule varies by provider (prop-firm limits especially), we say so — treat the specifics as illustrative, not as any one firm's rulebook.
Not financial advice. This page explains a concept for education only. It is not investment, trading, or financial advice, and no example is a recommendation. Every prop firm writes its own rules and changes them — always verify against your own program, broker, or account terms before acting.
Last updated 2026-07-06.
About · Affiliate disclosure · Risk disclosure · Contact · Privacy · Cookie · Disclaimer
Information tool only — not investment, trading, tax, or financial advice. All computation runs in your browser.