Skip to content

← On-chain Bitcoin

Price Drawdown from ATH

Measures how far the current BTC price is from its all-time high. A value of 0 means price is at ATH; -0.50 means price is 50% below ATH. Essential for understanding cycle positioning and identifying accumulation zones during deep corrections.

Tier freeOn-chain Bitcoindrawdownathcycleriskcorrectionprice

What is it?

The Price Drawdown from ATH continuously calculates the relative gap between Bitcoin's current price and its all-time high (ATH). The formula is simple: (Price - ATH) / ATH. The result is always negative or zero: 0% means price is exactly at ATH, -50% means it has lost half its value from the peak, -80% means an 80% loss. It is one of the most intuitive indicators for assessing 'where the cycle is': the deeper the drawdown, the further the market is from past euphoria. The running ATH updates automatically whenever a new peak is reached.

How to read

The chart reads from top to bottom. The zero line (0%) at the top represents the ATH - each time price touches this level, a new all-time high is established. Gold bars descend downward to show correction depth. Zones are colored by severity: gold near ATH (0% to -20%), amber in correction (-20% to -50%), orange in deep correction (-50% to -80%), and red in capitulation (-80% to -100%). The white overlay line shows BTC price in logarithmic scale for context.

Key zones

0% = Price at ATH. -20% = Standard correction, common in bull markets (healthy pullbacks). -50% = Major correction, often associated with a confirmed bear market. -80% = Historical capitulation zone - all three major bear markets (2011, 2014-15, 2018, 2022) reached or exceeded this threshold. Beyond -80% is historically the maximum 'smart money' accumulation zone. In 2011, drawdown reached -94%. In 2015 and 2018: approximately -84%. In 2022: -77%.

What to observe

Observe the time spent in each zone, not just the depth. A -70% drawdown sustained for 12 months is more significant than a flash crash to -50% followed by an immediate bounce. Recovery speed (moving from -80% to -50% then to -20%) gives insight into the strength of the following bull cycle. Also compare drawdown shapes across cycles: mature cycles tend to produce shallower but longer drawdowns than early cycles.

Historical context

Bitcoin has experienced 4 major drawdowns since its creation. 2011: -94% ($32 → $2, Mt. Gox v1 collapse). 2013-2015: -86% ($1,163 → $152, Mt. Gox closure). 2017-2018: -84% ($19,783 → $3,122, ICO bubble burst). 2021-2022: -77% ($69,000 → $15,476, Terra/FTX contagion). Each drawdown was followed by a new all-time high far exceeding the previous one. The trend shows slightly shallower drawdowns each cycle, which may reflect market maturation and institutional adoption.

Expert notes

Drawdown from ATH is a pure price indicator - it contains no on-chain information. Its strength lies in its simplicity and universality: it is directly comparable across assets and cycles. For deeper analysis, cross-reference it with MVRV (which adds the on-chain cost basis dimension) and NUPL (unrealized profit/loss). A -60% drawdown with MVRV < 1 is a much stronger indication than a -60% drawdown with MVRV > 1.5. The running ATH uses an expanding maximum, meaning ATH never decreases - only a new peak updates it.

Common mistakes to avoid

The most common: assuming a deep drawdown automatically means a buying opportunity. A -80% drawdown can very well become -90% - there is no guaranteed floor. Similarly, a return to 0% (new ATH) does not mean price will continue rising - the most brutal corrections often start right after an ATH. Drawdown says nothing about future direction, only about distance traveled from the peak. Also beware of anchoring bias: a -50% drawdown from a $69,000 ATH (= $34,500) does not have the same fundamental significance as a -50% drawdown from a $1,000 ATH (= $500).

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/onchain/price-drawdown-from-ath/history?days=90' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "price-drawdown-from-ath",
  "timeframe": "1y"
}

Required tier: free. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.

Related metrics

Institutional disclaimer

Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.