Drawdown Calculator
Paste an equity series to find the largest peak-to-trough fall and the recovery gain that fall demands.
Quick answer: Maximum drawdown is the deepest peak-to-trough decline an equity curve suffers, measured as a percentage of the peak, and it is the honest measure of how much pain a strategy has actually inflicted. The tool walks your equity series, tracks the running high-water mark, and records the largest percentage fall below it. It also shows the recovery factor and makes the asymmetry of loss concrete: a deep drawdown needs a disproportionately larger gain to climb back, which is why controlling drawdown is central to survival.
How to use it
Paste the value of your account or backtest equity at successive points in time, separated by commas, spaces or new lines. The output is the maximum drawdown as a percentage of the peak, the rupee depth of that drawdown, the net profit, and the recovery factor (net profit divided by the worst drawdown). The chart shows the equity curve with the peak-to-trough fall highlighted. Nothing you paste is uploaded; the analysis runs entirely in your browser.
Formula
Max drawdown% = max over t of ( Peak so far − Equity[t] ) ÷ Peak so far × 100 ; Recovery gain needed% = 1 ÷ (1 − Max drawdown%) − 1
Peak so far is the highest equity value seen up to and including point t. Recovery factor = Net profit ÷ Max drawdown in rupees, where Net profit is the last value minus the first. The recovery gain needed grows non-linearly: a 20% drawdown needs +25% to recover, a 50% drawdown needs +100%, and an 80% drawdown needs +400%.
Frequently asked questions
Why does a drawdown need a bigger gain to recover?
Why measure drawdown from the peak, not the start?
What is the recovery factor?
Is a smaller maximum drawdown always better?
Does drawdown tell me how long recovery takes?
What data should I paste?
Runs entirely in your browser — no data leaves your device. Illustrative and educational only; real-world charges and market conditions apply in practice.