Recovery Factor is a performance metric defined as total net profit divided by the maximum drawdown. It answers a practical question that Profit Factor and Calmar Ratio address differently: given the worst drawdown this strategy produced in the test period, how many times larger is the total net profit? A Recovery Factor of 5.0 means the strategy's total profit is five times its maximum drawdown — reassuring that the peak loss was relatively modest compared to overall earnings. A Recovery Factor below 1.0 means the strategy never fully recovered from its worst drawdown period in the test window — the total net profit is less than the maximum drawdown. For automated strategy selection, Recovery Factor provides a drawdown-relative profit assessment that helps identify strategies where the maximum pain (drawdown) was disproportionate to the eventual reward (total profit). This guide covers the formula, interpretation thresholds, comparison to related metrics, and DennTech implementation.
Related metrics: Maximum Drawdown, Calmar Ratio, Profit Factor.
Recovery Factor Formula
Recovery Factor = Net Profit (total) / Maximum Drawdown (absolute value) Example: Total net profit over 2 years: $8,500 Maximum drawdown: $1,700 Recovery Factor = $8,500 / $1,700 = 5.0 Interpretation: RF < 1.0: Poor — total profit less than the worst drawdown; strategy didn't recover RF 1.0–3.0: Acceptable — profit exceeded drawdown, but the ratio is modest RF 3.0–5.0: Good — strong profit relative to worst drawdown RF 5.0–10.0: Very good — total earnings significantly outpace the worst loss period RF > 10.0: Excellent (or overfitted backtest — validate)
Recovery Factor vs Calmar Ratio
Both metrics use Maximum Drawdown in the denominator, but with key differences:
- Calmar Ratio: Annual Return / Maximum Drawdown — focuses on annualized rate of return relative to drawdown risk (time-normalized)
- Recovery Factor: Total Net Profit / Maximum Drawdown — focuses on the absolute total profit relative to the worst loss event
Calmar Ratio is better for comparing strategies over different time periods (it normalizes to annual rate). Recovery Factor is better for evaluating whether a specific strategy's total backtest profit was proportionate to its worst drawdown. A strategy with strong Calmar might have low Recovery Factor if the test period was short (high annual return but not yet much absolute profit accumulated). See our Calmar Ratio guide.
Recovery Factor Thresholds by Strategy Type
| Strategy Type | Minimum Acceptable RF | Good RF | Notes |
|---|---|---|---|
| Mean Reversion (RSI, Stochastic) | 2.0 | 5.0+ | Frequent wins should significantly outpace worst drawdown |
| Trend Following (EMA, MACD) | 3.0 | 7.0+ | Large wins in trending periods should dwarf drawdowns |
| Grid Trading | 2.0 | 4.0+ | Measured over complete grid cycles |
| DCA | 1.5 | 3.0+ | Recovery Factor lower if test period includes bear market bottom |
| Breakout (Fibonacci, ADX) | 2.5 | 6.0+ | High profit per winning trade should exceed drawdown significantly |
Test Period Dependence
Recovery Factor is highly sensitive to the test period selected. A backtest ending at a market peak (high total profit) will show a higher RF than the same strategy tested ending at a bear market trough (lower accumulated profit). For robust Recovery Factor evaluation: test across a complete market cycle (both bull and bear periods), include at least one significant BTC correction period (20%+), and calculate RF separately for the bull phase and bear phase. A strategy with RF above 3.0 during both phases is more credible than RF 5.0 during bull only. See our stress testing guide.
Using Recovery Factor in DennTech Strategy Selection
- Run backtests on candidate strategies using a minimum 18-month period including a correction
- Record Net Profit and Maximum Drawdown from each backtest report
- Calculate RF = Net Profit / Maximum Drawdown for each strategy
- Filter out strategies with RF below 2.0 as insufficiently compensating for drawdown risk
- Rank remaining strategies by RF to identify the strongest drawdown-relative performers
- Cross-check with Calmar Ratio and Profit Factor — all three should be positive/acceptable
Full documentation at DennTech docs. All strategies at strategies page. Compare editions at pricing page.
Frequently Asked Questions
- Is a Recovery Factor of 5.0 realistic for a crypto bot strategy, or is that overfitted?
- Recovery Factor of 5.0 is achievable from a legitimate strategy — it means total profit was 5× the worst drawdown, which is plausible for trend-following strategies in trending bull markets that also controlled drawdowns well with stops. The concern arises when RF exceeds 10.0 in short backtests (under 12 months) or with many parameters — these are classic overfitting signatures. Validate high-RF backtests by: testing on at least 2 years including one bear market, applying walk-forward validation (optimize on first 70% of data, verify on remaining 30%), and paper trading for 60 days before live deployment. A RF of 5.0 that survives these tests is credible. See our backtesting guide.
- How does Recovery Factor interact with the number of trades in a backtest?
- More trades generally increase total net profit (denominator effect on RF) while maximum drawdown grows more slowly with sample size — so longer backtests with more trades tend to produce higher Recovery Factors naturally. This is a feature, not a bug: strategies that sustain positive performance over many trades genuinely accumulate profit relative to their worst drawdown event, which happened at a specific point in time. However, be careful comparing RF across backtests of very different lengths — a 3-year RF of 8.0 is not directly comparable to a 6-month RF of 4.0 without annualizing. Calmar Ratio normalizes for time and is better for cross-strategy comparison over different test periods. See our Calmar guide. Compare at the pricing page.
- Should I prioritize Profit Factor or Recovery Factor when selecting a DennTech strategy to deploy?
- Profit Factor and Recovery Factor measure different things: Profit Factor (gross wins / gross losses) measures per-trade profitability, while Recovery Factor (total profit / max drawdown) measures how well total earnings compensate for the worst drawdown period. Both should be acceptable before deployment. A useful selection framework: (1) Profit Factor must be above 1.5 — confirming per-trade positive expectancy. (2) Recovery Factor must be above 2.0 — confirming the total profit more than compensated for worst drawdown risk. (3) Calmar Ratio should be above 1.0 — confirming annual return exceeds maximum drawdown. Strategies passing all three filters have demonstrated edge at both the trade level and the equity curve level. DennTech's backtest reports provide all three metrics simultaneously. Explore the live demo. Start at the pricing page.
Metrics suite: Recovery Factor (this guide), Calmar Ratio, MDD. All strategies at the strategies page.