Lesson 4 of 5intermediate22 min readLast updated March 2026

Performance Metrics

Win rate, expectancy, profit factor, Sharpe ratio, and drawdown, measuring what matters.

Key Terms

win rate·expectancy·profit factor·Sharpe ratio·drawdown·R-multiple

You have learned how to backtest a strategy, forward test it on a demo account, and maintain a detailed trading journal. Your journal now contains raw data, trade entries, exits, profits, and losses. But raw data alone does not tell you whether your strategy is working, how it compares to alternatives, or where it needs improvement. For that, you need performance metrics.

Performance metrics are the quantitative measures that transform a pile of trade records into actionable intelligence. They answer the questions that matter most: Does this strategy have a genuine edge? How much can I expect to earn per unit of risk? What is the worst-case scenario I should prepare for? This lesson covers the essential metrics every trader needs to understand, calculate, and monitor.

Win Rate: Necessary but Insufficient

The win rate, the percentage of trades that are profitable, is the most intuitive performance metric and the one most beginners fixate on. A 70% win rate sounds better than a 40% win rate. But win rate alone tells you almost nothing about profitability.

Win Rate = (Number of Winning Trades / Total Number of Trades) x 100

Consider two traders:

  • Trader A wins 80% of trades, with an average win of $50 and an average loss of $300
  • Trader B wins 35% of trades, with an average win of $400 and an average loss of $80

Trader A looks impressive at first glance. But the math tells a different story. Over 100 trades, Trader A earns: (80 x $50) - (20 x $300) = $4,000 - $6,000 = -$2,000. Trader B earns: (35 x $400) - (65 x $80) = $14,000 - $5,200 = +$8,800.

The lesson is clear: win rate must always be evaluated alongside the average size of wins and losses. A high win rate with a poor reward-to-risk ratio can lose money. A low win rate with excellent reward-to-risk can be highly profitable.

Expectancy: The Core Metric

If you could track only one performance metric, expectancy should be the one. Expectancy tells you how much you can expect to earn, on average, per trade, expressed in R-multiples.

Expectancy = (Win Rate x Average Win in R) - (Loss Rate x Average Loss in R)

Or equivalently:

Expectancy = (Probability of Win x Average R-multiple of Wins) + (Probability of Loss x Average R-multiple of Losses)

Since losses are negative R-multiples, the second term subtracts naturally.

Example: A strategy wins 45% of the time with an average win of +2.0R and loses 55% of the time with an average loss of -1.0R.

Expectancy = (0.45 x 2.0) + (0.55 x -1.0) = 0.90 - 0.55 = +0.35R per trade

This means that for every unit of risk, you can expect to earn 0.35 units on average over a large sample of trades. If your standard risk is $200, your average expected profit per trade is $70.

Interpreting expectancy:

  • Positive expectancy (above 0): The strategy has a mathematical edge. Over a large number of trades, it should be profitable.
  • Zero expectancy: Break-even before costs. After spreads and commissions, this strategy loses money.
  • Negative expectancy: The strategy loses money systematically. No amount of discipline or position sizing will make a negative expectancy strategy profitable.

Profit Factor

The profit factor provides another lens on strategy profitability, expressed as a ratio rather than an average.

Profit Factor = Gross Profit / Gross Loss

A profit factor above 1.0 means the strategy is profitable overall. Below 1.0 means it is losing money.

Interpretation guidelines:

  • Below 1.0: Losing strategy
  • 1.0 - 1.2: Marginal, may not survive transaction costs and slippage in live trading
  • 1.2 - 1.5: Decent edge, viable for live trading with proper risk management
  • 1.5 - 2.0: Strong edge
  • Above 2.0: Excellent, but verify that it is not the result of curve fitting or a small sample size
  • Above 3.0: Suspicious, likely over-optimized or based on insufficient data

The profit factor is intuitive and useful for quick comparisons between strategies or between different time periods of the same strategy. However, like win rate, it should never be evaluated in isolation.

Maximum Drawdown

While expectancy and profit factor measure profitability, maximum drawdown measures the worst-case scenario, the largest peak-to-trough decline in your account equity during the testing or trading period.

Maximum Drawdown = (Peak Equity - Trough Equity) / Peak Equity x 100

If your account reaches a peak of $15,000 and subsequently falls to $12,000 before recovering, the maximum drawdown is ($15,000 - $12,000) / $15,000 = 20%.

Drawdown matters for two critical reasons:

Survival. A 50% drawdown requires a 100% return to recover. A 25% drawdown requires a 33% return. The mathematics of recovery are punishing, and deep drawdowns can destroy accounts and trading careers. Understanding your strategy's drawdown characteristics helps you size positions to keep drawdowns survivable.

Psychology. Most traders cannot emotionally withstand large drawdowns. Even if a strategy is mathematically sound, a 40% drawdown will cause most traders to abandon the strategy or deviate from their rules, precisely when discipline matters most. Knowing your maximum historical drawdown helps you set realistic expectations and prepare psychologically.

Practical guidance on drawdown tolerance:

  • 10-15% maximum drawdown: Comfortable for most traders. Allows you to trust the process during losing streaks.
  • 15-25%: Tolerable but psychologically challenging. Requires strong discipline and conviction in the strategy.
  • 25-40%: Difficult for nearly everyone. Only appropriate if the strategy's edge and recovery characteristics are well-established.
  • Above 40%: Dangerous for any retail trader. The mathematical and psychological recovery challenge is severe.

Robert Pardo recommends that traders plan for real-world drawdowns to be 1.5 to 2 times worse than the worst drawdown observed in backtesting. This buffer accounts for the gap between historical testing and live execution.

Sharpe Ratio

The Sharpe ratio, developed by Nobel laureate William Sharpe, measures risk-adjusted return, how much return you earn per unit of risk taken.

Sharpe Ratio = (Average Return - Risk-Free Rate) / Standard Deviation of Returns

For trading strategies, this is typically calculated using daily or monthly returns. The risk-free rate is the return available from a risk-free investment (such as government treasury bills).

Interpretation:

  • Below 0.5: Poor risk-adjusted performance
  • 0.5 - 1.0: Acceptable
  • 1.0 - 2.0: Good
  • Above 2.0: Excellent
  • Above 3.0: Exceptional, verify the data carefully

The Sharpe ratio is widely used in institutional finance and is the standard benchmark the CFA Institute and portfolio managers use to compare strategies. Its advantage over simple return measures is that it penalizes volatility, a strategy that earns 20% with smooth, consistent returns is superior to one that earns 20% with wild swings, because the volatile strategy carries a higher risk of catastrophic drawdown.

Limitations of the Sharpe ratio:

  • It treats upside and downside volatility equally. A strategy that has large positive outliers (big wins) is penalized just as much as one with large negative outliers (big losses).
  • It assumes returns are normally distributed, which is often not true for trading strategies.
  • It is sensitive to the measurement period. A strategy may have an excellent Sharpe ratio over one year and a poor one over another.

For these reasons, some traders prefer the Sortino ratio, which only penalizes downside volatility, or the Calmar ratio, which divides annualized return by maximum drawdown.

Additional Metrics Worth Tracking

Beyond the core metrics above, several supplementary measures provide useful insights:

Average Win / Average Loss Ratio

Also called the payoff ratio or reward-to-risk ratio.

Average Win / Average Loss Ratio = Average Winning Trade / Average Losing Trade

A ratio of 2.0 means your average win is twice your average loss. Combined with win rate, this ratio determines whether your strategy is profitable.

Maximum Consecutive Losses

The longest losing streak in your trading history. This metric is psychologically important because it tells you what to prepare for emotionally. If your backtest shows a maximum of 8 consecutive losses, you need to be ready to endure that, and worse, in live trading.

Trade Frequency

How many trades your strategy generates per day, week, or month. Combined with expectancy, this determines your expected income. A strategy with +0.5R expectancy that generates 2 trades per month has very different practical implications than one with +0.2R expectancy that generates 50 trades per month.

Recovery Factor

Recovery Factor = Net Profit / Maximum Drawdown

A recovery factor of 3.0 means your total profit is three times your worst drawdown. Higher is better. A recovery factor below 1.0 means the drawdown exceeded total profits, a serious warning sign.

Time in Market

The percentage of time your capital is actively deployed in trades versus sitting in cash. Some strategies are in the market 90% of the time; others only 10%. This affects capital efficiency and opportunity cost.

Building a Performance Dashboard

All of these metrics should be calculated regularly, at minimum monthly, ideally weekly, and tracked over time. Create a simple dashboard in your trading journal spreadsheet or use a dedicated journaling tool that calculates these automatically.

Your core dashboard should display:

  1. Total number of trades
  2. Win rate
  3. Average R-multiple of wins
  4. Average R-multiple of losses
  5. Expectancy (R per trade)
  6. Profit factor
  7. Maximum drawdown (%)
  8. Maximum consecutive losses
  9. Sharpe ratio (if calculating monthly/daily returns)
  10. Net profit/loss

Track these metrics both for your overall history and for rolling periods (last 30 trades, last 3 months). Rolling metrics reveal whether your strategy's edge is stable, improving, or deteriorating.

Context Matters: No Metric Exists in Isolation

A common mistake is evaluating any single metric without context. A 70% win rate is meaningless without knowing the reward-to-risk ratio. A Sharpe ratio of 2.0 is meaningless if calculated over only 3 months. A maximum drawdown of 10% sounds conservative, but if it occurred over just 15 trades on a trend-following strategy that needs hundreds of trades to express its edge, the sample is too small.

Always evaluate metrics as a system:

  • Win rate and average win/loss ratio together determine expectancy
  • Expectancy and trade frequency together determine expected returns
  • Expected returns and maximum drawdown together determine whether the strategy is practical
  • All metrics and sample size together determine whether the conclusions are statistically meaningful

Key Takeaways

  • Win rate alone is misleading. A strategy can win 80% of the time and still lose money if the average loss exceeds the average win. Always evaluate win rate alongside the reward-to-risk ratio.
  • Expectancy is the most important single metric. It tells you the average expected profit per trade in R-multiples. A positive expectancy, sustained over a meaningful sample, is the mathematical definition of an edge.
  • R-multiples standardize your results by expressing every trade outcome as a multiple of the initial risk, enabling fair comparison across different position sizes and strategies.
  • Profit factor provides a quick profitability check. Values between 1.2 and 2.0 indicate a viable strategy; values above 3.0 should be scrutinized for over-optimization.
  • Maximum drawdown is the most direct measure of risk. Plan for live drawdowns to be 1.5-2x worse than backtested drawdowns, and ensure the worst case is psychologically and financially survivable.
  • The Sharpe ratio measures risk-adjusted returns and is the institutional standard for strategy comparison, though it has limitations including equal treatment of upside and downside volatility.
  • No metric exists in isolation. Evaluate your strategy as an integrated system of metrics, always with awareness of sample size and market conditions covered during the measurement period.

This lesson is for educational purposes only. It does not constitute financial advice. Trading forex involves significant risk of loss and is not suitable for all investors.

Sign up to read this lesson

Create a free account to start reading. Get 5 free lessons every month, or upgrade to Pro for unlimited access.