The One Number That Tells You Whether Your Strategy Works
Most traders evaluate their strategy by asking the wrong question: "Did I make money this month?" A profitable month tells you almost nothing about whether the strategy has edge — it could be genuine edge, it could be random variance in your favor, or it could be a single large trade inflating a week of losses. A losing month tells you equally little.
The question that actually matters is: "What is the expected dollar return per dollar risked, over a statistically significant sample?" The answer is called expectancy, and it is the foundational metric that separates strategies with real edge from strategies that are running on luck.
Expectancy is not a theoretical concept. It's a calculation you can perform with any trade log that has at least 30–50 completed trades. If you cannot calculate a positive expectancy from your historical trades, you do not have confirmed edge — regardless of what your equity curve looks like.
The Expectancy Formula
Trade This Systematically
Stop reading. Start executing.
Join 500+ traders using YMI's automated bots, daily KPLs, and AI trade plans — no guesswork required.
Expectancy = (Win Rate × Average Winner) − (Loss Rate × Average Loser)
Where:
Win Rate = number of winning trades ÷ total trades (expressed as a decimal, e.g., 0.55 for 55%)
Loss Rate = 1 − Win Rate (e.g., 0.45 for 45%)
Average Winner = average dollar profit on winning trades
Average Loser = average dollar loss on losing trades (use the absolute value — treat it as a positive number)
Example: 55% win rate, $300 average winner, $200 average loser.
Expectancy = (0.55 × $300) − (0.45 × $200) = $165 − $90 = $75
This means: for every trade taken, the strategy is expected to generate $75 in profit. This is before considering commissions and slippage, which must be subtracted from the average winner and average loser calculations for a realistic number.
Expectancy Per Dollar Risked (R-Multiple)
The raw dollar expectancy is useful but depends on position size. A more universal metric is expectancy per dollar risked, often called the R-multiple or expectancy ratio:
Expectancy Ratio = (Win Rate × (Average Winner ÷ Average Loser)) − Loss Rate
Using the same example: (0.55 × (300 ÷ 200)) − 0.45 = (0.55 × 1.5) − 0.45 = 0.825 − 0.45 = 0.375
An expectancy ratio of 0.375 means: for every $1 risked, the strategy expects to return $0.375 in profit. On a $200 risk-per-trade strategy, that's $75 per trade — consistent with the raw calculation above.
The expectancy ratio is the most useful metric for comparing strategies across different position sizes or for normalizing your strategy's performance as you scale contracts. A strategy with a 0.40 expectancy ratio that you scale from 2 to 4 contracts should generate approximately twice the dollar profit — the ratio stays constant while the absolute return scales.
What Makes a Good Expectancy?
Any positive expectancy ratio confirms the strategy has mathematical edge. The magnitude matters for practical trading:
0.10–0.20: Thin edge. Vulnerable to commissions, slippage, and execution variance. Viable only with very low transaction costs or high frequency.
0.25–0.40: Solid retail trading edge. This range represents the realistic expectancy for most well-developed discretionary strategies and backtested systematic approaches. Sustainable over time with disciplined execution.
0.40–0.60: Strong edge. Difficult to maintain consistently but achievable with strategy-market fit and excellent execution. Many professional traders operate in this range.
Above 0.60: Exceptional or overfitted. Verify carefully — curves this strong in backtesting frequently decay toward 0.30–0.40 in live trading. If live trading shows consistent 0.60+ expectancy over 100+ trades, the strategy has genuine exceptional edge.
Negative expectancy means the strategy loses money on average. The frequency with which losing strategies show profitable periods due to variance is why "it worked for the last 2 months" is insufficient evidence of edge.
How to Calculate It From Your Trade Log
Step 1: Export your trade history from NinjaTrader or your broker's reporting system. You need each trade's entry price, exit price, quantity, and direction (long/short). Most platforms export this as a CSV.
Step 2: Calculate each trade's P&L in dollars (net of commissions). Flag each trade as a winner (+) or loser (−).
Step 3: Calculate Win Rate = count of winners ÷ total trades.
Step 4: Calculate Average Winner = sum of all winning trade P&Ls ÷ count of winners.
Step 5: Calculate Average Loser = sum of absolute values of losing trade P&Ls ÷ count of losers.
Step 6: Apply the expectancy formula.
In a spreadsheet, this takes about 5 minutes once the data is exported. The YMI community uses a simple template where trades are pasted from the NinjaTrader performance report and the expectancy calculations populate automatically. After 30+ trades, the calculation provides a meaningful signal; after 100+ trades, it provides a reliable one.
The Minimum Sample Size Problem
The most common mistake in evaluating expectancy is using too small a sample. With 10–20 trades, random variance can produce a positive expectancy number from a strategy with no real edge, or a negative expectancy from a strategy with genuine edge that hit a bad run.
The minimum meaningful sample for expectancy calculation: 30 trades gives a rough directional signal. 50+ trades gives moderate confidence. 100+ trades gives high confidence that the calculated expectancy reflects the strategy's true statistical properties.
This is why the YMI methodology requires sim validation of at least 60 sessions before live trading — not because 60 sessions is a magic number, but because it generates a sample size large enough that the resulting expectancy calculation is statistically meaningful. A trader who has 100+ trades documented in sim with a positive expectancy has genuine evidence of edge before risking live capital.
Expectancy vs. Profit Factor
You will encounter both expectancy and profit factor as edge metrics. They are related but measure different things. Profit factor = total gross profit ÷ total gross loss. A profit factor of 1.5 means the strategy generates $1.50 for every $1.00 lost. Profit factor above 1.0 is profitable; 1.3+ is generally considered meaningful; 1.5+ is strong.
The relationship: a strategy with 55% win rate and 1.5:1 reward/risk has an expectancy ratio of approximately 0.375 and a profit factor of approximately 1.83. Both metrics confirm the same edge from different angles. Expectancy is more useful for position sizing calculations (how much do I expect to make per trade?); profit factor is more intuitive for quick evaluation (am I winning more than losing?). Track both.
Using Expectancy to Make Decisions
Once you have a calculated expectancy, it informs three types of decisions:
Strategy continuation: If live trading expectancy over 100+ trades is negative or negligible (below 0.10), the strategy does not have confirmed edge and continuing to trade it is equivalent to gambling. Return to sim and identify what's different between the sim performance and live performance — execution issues, changed market conditions, or overfitting are the most common culprits.
Position sizing: The Kelly Criterion uses expectancy to calculate mathematically optimal position size. Simplified: optimal fraction = expectancy ratio ÷ average winner/loser ratio. For the 0.375 expectancy example: 0.375 ÷ 1.5 = 0.25, suggesting 25% of capital per trade at full Kelly. Most practitioners use fractional Kelly (25–50% of the calculated optimal) for practical risk management. This gives a mathematical basis for position size rather than arbitrary guessing.
Strategy comparison: When evaluating two different setups or approaches, the expectancy ratio provides a normalized comparison. A scalping approach with 70% win rate but 0.5:1 reward/risk has an expectancy ratio of (0.70 × 0.5) − 0.30 = 0.35 − 0.30 = 0.05 — a very thin edge. A swing approach with 45% win rate but 2.5:1 reward/risk has an expectancy ratio of (0.45 × 2.5) − 0.55 = 1.125 − 0.55 = 0.575 — a strong edge. The swing approach has 10x the expectancy ratio despite the lower win rate. Raw win rate comparison would give the wrong answer.
About the Author
Founder, Young Money Investments · Quant Trader
Cameron has 18+ years of live market experience trading ES, NQ, and futures. He founded Young Money Investments to teach systematic, data-driven trading to everyday traders — the same quantitative methods used at his hedge fund, Magnum Opus Capital. His members have collectively earned $50M+ in prop firm funded accounts.
Free — No Credit Card
Get Daily KPLs in Your Inbox
AI-generated Key Price Levels for ES & NQ, delivered every trading morning. Join 500+ traders who start their session with a plan.
Risk Disclosure & Disclaimer
Educational Purposes Only: The content provided in this blog is for educational and informational purposes only. It does not constitute financial, investment, or trading advice. Young Money Investments is not a registered investment advisor, broker-dealer, or financial analyst.
Risk Warning: Trading futures, forex, stocks, and cryptocurrencies involves a substantial risk of loss and is not suitable for every investor. The valuation of futures, stocks, and options may fluctuate, and as a result, clients may lose more than their original investment.
CFTC Rule 4.41 - Hypothetical or Simulated Performance Results: Certain results (including backtests mentioned in these articles) are hypothetical. Hypothetical performance results have many inherent limitations. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. In fact, there are frequently sharp differences between hypothetical performance results and the actual results subsequently achieved by any particular trading program.
Testimonials: Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.