Win rate vs profit factor: which metric actually matters?
Win rate versus profit factor: pathologies of each, why high win rate can hide ruin risk, and what to pair with classic metrics.
Win rate vs profit factor trading debates are common because both are easy to compute and easy to misread. Profit factor trading is often defined as gross profit divided by gross loss (variants exist). Win rate is the fraction of trades that win. Neither is sufficient alone.
What each metric is good at
Win rate is intuitive: "Am I winning often?" It is useful for operational psychology and for strategies where frequency matters.
Profit factor is closer to economic intuition: "Are gross wins larger than gross losses?" It is often used as a filter in strategy screening.
Pathologies: high win rate, bad strategy
High win rate can hide ruin risk if:
- Wins are tiny and losses are huge
- A single loss can wipe many small wins
- Tail risk is fat (CVaR vs VaR)
This is why searches like profit factor good trading strategy need context: a good profit factor on a short sample can still be luck (How many trades).
Pathologies: profit factor with outliers
Profit factor can be inflated by one or two huge outlier wins that will not repeat. That is not "edge", it is distribution shape.
What to pair with win rate and profit factor
- Expectancy per trade (average R multiple style thinking)
- Average win / average loss
- Tail metrics and drawdowns (Max vs average drawdown)
- Costs included honestly (Cost drag)
- Walk-forward stability (WFE)
Freqtrade-specific note
Searchers often look for freqtrade profit factor and freqtrade sharpe ratio in the same breath. If you export Freqtrade results, make sure you understand how the bot computes gross profit and loss, and whether fees are included the way you think (How to read Freqtrade backtest results).