Skip to content

← Cycle intelligence

Cycle Drawdown Profile

Overlays each Bitcoin cycle's drawdown trajectory on a single chart, every cycle anchored on its own halving and indexed in days since. Reads how deep each cycle's worst decline went and how long it took to get there, which makes cycles of different lengths directly comparable.

Tier proCycle intelligencedrawdownriskcycle-comparisonhalving-alignedmax-drawdown

What is it?

Cycle Drawdown Profile traces the maximum peak-to-trough percentage drawdown observed within each Bitcoin cycle, exposed as a multi-line overlay aligned on the halving date. The metric quantifies the structural risk profile of each cycle: how deep was the worst pullback, when did it occur (pre or post halving), and how does drawdown behavior evolve as the asset matures? The pattern of progressive shallowing across cycles is one of the clearest empirical signs of liquidity-driven maturation.

How to read

Each color-coded line represents the running drawdown of one cycle (current peak-to-current price percentage). The X-axis is days since the halving event, the Y-axis is drawdown percentage (0% = no drawdown, -50% = halved from peak, etc.). The deepest dip on each line is the cycle's max drawdown. Hover at any point to read the percentage and identify the cycle phase (pre-halving accumulation, post-halving bull, peak, bear).

Key zones

Three regime bands are painted behind the trajectories, and the reading follows them: • 0% to -50%: Correction. Pullbacks of this depth have occurred inside every bull phase without ending it. • -50% to -80%: Bear market. The zone every completed cycle has entered at least once. • -80% to -100%: Capitulation. Reached in the earliest cycles only; the later ones have stopped short of it, which is the shallowing the chart makes visible.

What to observe

• Max drawdown trend: each completed cycle's worst drawdown has been shallower than the one before it. The three closed cycles bottomed at -89.5%, then -83.4%, then -76.6%, each measured from its own high. The chart starts at the first halving, so the pre-2012 era (which went deeper still) is out of frame by construction: it has no halving to anchor on. • Pre-halving vs post-halving drawdown: in mature cycles the deepest dip occurs post-peak; in early cycles drawdowns clustered closer to the halving. • Recovery time: after the deepest dip, the days needed to recover to break-even shrinks across cycles, suggesting faster price discovery. • Use with timing metrics: align the drawdown profile with bottom-to-bottom compression to triangulate cycle exhaustion.

Historical context

Drawdown analysis is a cornerstone of risk management across all asset classes. Applied per-cycle to Bitcoin, it reveals the maturation of the market more clearly than any single absolute number. Each cycle's deepening institutional participation, regulated infrastructure, and capital base has compressed the peak-to-trough drawdown without removing it entirely. Bitcoin remains a high-volatility asset, but the volatility floor has structurally lifted across each successive cycle.

Expert notes

Drawdown is computed as `(price_t / running_max_t) - 1`, where `running_max_t` is the cycle peak-to-date (re-anchored at each halving). The metric is robust to noise and handles forward-fill correctly across weekends and exchange outages. Cycle 1 ran from 2012-11-28 to 2016-07-09, Cycle 2 to 2020-05-11, Cycle 3 to 2024-04-19, Cycle 4 ongoing.

Common mistakes to avoid

• Reading drawdown as a target: -77% in Cycle 3 does not mean Cycle 4 will reach -70%; the structural shallowing trend may continue, stop, or reverse. • Ignoring sample size: with only 3 completed cycles, drawdown shallowing is suggestive, not statistically conclusive. • Confusing intra-cycle correction with cyclical bear: a 30% drawdown during a bull is not a bear market. • Overweighting Cycle 1: pre-2013 liquidity was anomalous and distorts the comparison.

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/cycle-intelligence/metrics/cycle-drawdown-profile/data?timeframe=90d' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "cycle-drawdown-profile",
  "timeframe": "1y"
}

Required tier: pro. 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.