Direct answer: what a worked example means
Break-Even Win Rate (often shortened to BEWR) is the win probability needed for a strategy to be approximately break-even on average, given fixed results per win and per loss. A worked example is a fully numeric scenario where you choose the win amount, the loss amount, and (optionally) costs, then solve for the win rate that makes expected profit equal to zero.
To keep this example verifiable, we will assume a simple “two-outcome” model: every trade either wins with a fixed net result or loses with a fixed net result. In real markets, those amounts vary, so BEWR is best viewed as an educational benchmark, not a prediction.
Mechanics: definition and the calculation
Let:
- Win net result = profit per winning trade (in account currency or pips).
- Loss net result = loss per losing trade (positive number for the size of the loss).
- Win rate = probability of winning trades (between 0 and 1).
- Loss rate = 1 − win rate.
A basic expected value (average) equation is:
Expected value per trade = (win_rate × win_net_result) − ((1 − win_rate) × loss_net_result)
Break-even means expected value equals zero. Solving:
0 = win_rate × win − (1 − win_rate) × loss
win_rate × win = loss − win_rate × loss
win_rate × (win + loss) = loss
BEWR = loss / (win + loss)
Important detail: the “win” and “loss” should be net amounts if you want BEWR to reflect real trading frictions (like spread/fees/slippage). If you ignore costs, you are computing an idealized break-even level.
Evidence or example: fully worked numeric scenario
Assume the following, and treat them as constants for the example:
- You target a win_net_result = 1.0 (e.g., +1R, or +1 unit of chosen measure).
- You have a loss_net_result = 0.8 (e.g., −0.8R, or −0.8 units).
- We model only these two outcomes: every trade is either exactly +1.0 or exactly −0.8 in net terms.
Using the BEWR formula:
BEWR = 0.8 / (1.0 + 0.8) = 0.8 / 1.8 = 0.444…
So the break-even win rate is about 44.4%.
Now include an explicit cost assumption (still hypothetical): 4) Suppose each trade has a fixed cost that reduces the net win by 0.1 and reduces the net loss by 0.1 as well in the same direction. If the win becomes 0.9 and the loss becomes 0.9 (because both sides are measured net of that cost), then:
BEWR = 0.9 / (0.9 + 0.9) = 0.9 / 1.8 = 50%.
These two cases show why “the same strategy” can have different BEWR depending on whether your win/loss inputs represent net results.
Limitations and risks: where BEWR breaks down
- Variable outcomes: Real trades rarely have fixed win and loss amounts; partial fills, changing volatility, and different distances to exit can shift the effective win/loss ratio.
- Costs and execution drift: If spreads, commissions, or slippage are not included, the BEWR you compute may be too low.
- Distribution effects: The two-outcome model ignores skew (occasional large losses or wins). Even if average net returns look similar, the path matters for drawdowns.
- Changing conditions: BEWR assumes a stable win/loss relationship across trades; if conditions change, the “inputs” stop being constant.
A key failure mode is using idealized “target” numbers as if they were realized net results. Costs and execution quality can materially change the effective win and loss sizes.
Verification or next question
You can independently verify the arithmetic by repeating the steps:
- Choose net win and loss sizes (state your units and whether costs are included).
- Apply BEWR = loss / (win + loss).
- Check whether your chosen assumptions are internally consistent with how outcomes are measured.
Next, the natural follow-up question is: How would BEWR change if win size varies by scenario (for example, small wins vs. occasional large wins), or if losses are sometimes larger than the assumed stop size?