Bear Rally Performance
Public-domain bear-market rally framework that overlays the magnitude of intra-bear rallies (percentage gain from the 60-day rolling low) across multiple Bitcoin halving bear cycles. Each bear is anchored at its cycle high (the local price ATH preceding the cycle bottom), exposing how counter-trend rallies repeat (or evolve) across bear regimes.
What is it?
Bear Rally Performance is a public-domain framework that overlays the magnitude of intra-bear counter-trend rallies across multiple Bitcoin halving bear cycles. The metric measures the percentage gain of the spot price from a rolling 60-day local low - a window short enough to capture intra-bear rally magnitude without absorbing the prior bull peak in the low-water mark. Each bear cycle's rally series is sliced from its anchor cycle high (the local price ATH preceding the cycle bottom) and aligned on a shared days-since-cycle-high axis, exposing how counter-trend rally patterns repeat (or evolve) across bear regimes. The chart trades the chronological spread of a wall-clock timeline for a cycle-aligned overlay where multiple bears' rallies can be compared at the same days-since-cycle-high position.
How to read
The chart shows three time-series superimposed on the same y-axis (rally magnitude in percent, range [0, +∞)) and the same x-axis (days since cycle high, starting at 0). The primary line is the most recent bear cycle (cycle 4 bear). The secondary line is cycle 3 bear (post-2021 top). The tertiary line is cycle 2 bear (post-2017 top). Read the chart by comparing the magnitude and frequency of rallies across bears at the same days-since-cycle-high position. A line that climbs sharply to +50% indicates a violent counter-trend rally; a line that hovers near 0% indicates a sustained downtrend with no significant rallies. The relative comparison across bears exposes whether the current bear's rallies are tracking, leading, or lagging the historical norm.
Key zones
Two structural zones on the magnitude axis: • 0% to +20% (minor technical rebound): the rally is modest relative to the rolling 60-day low. Historically, this band has aligned with shallow technical bounces during sustained bear regimes - short-cover rallies, weekend technical bounces, news-driven mean-reversion. • +50% to +100% (violent bear rally): the rally is violent - the spot price has rebounded one-half to double from the local low. Historically, intra-bear rallies of this magnitude have been the strongest counter-trend moves observed across past bear cycles. Rallies that exceed +100% have historically marked structural regime changes (bear-to-bull) rather than intra-bear technical rallies. • Cross-cycle alignment at the same days-since-cycle-high: the chart's most useful read is the cross-bear comparison. If cycle 4 bear displays smaller rallies than cycle 3 bear at the same days-since-cycle-high position, the current bear is exhibiting weaker counter-trend dynamics; larger rallies than cycle 3 indicate more violent intra-bear bounces.
What to observe
• Cross-cycle convergence vs. divergence: where the three lines visually align at the same days-since-cycle-high position, the bear pattern is repeating; where they diverge, the current bear has departed from the historical pattern. • Cycle 4 bear vs. prior-bears comparative magnitude: a current bear that displays consistently larger rallies than its predecessors hints at residual bull-regime momentum or short-squeeze dynamics. A current bear with smaller rallies hints at a more straight-down structural decline with weaker bid response. • Decay of rally magnitude over time: across past bears, the magnitude of intra-bear rallies has tended to decay as the bear matures (early-bear rallies more violent, late-bear rallies more muted). A current bear that violates this decay pattern (large rallies late in the bear) hints at a regime transition forming. • Days-since-cycle-high alignment as the structural anchor: the cycle high (not the halving) is the cleanest cycle anchor for bear-rally comparison - rallies begin from the post-top decline. A halving-anchored alignment would mix bear-tail and post-halving early rallies, polluting the comparison. • Late-bear strong-rally indication: in past bears, the strongest counter-trend rally has historically occurred relatively late in the bear (months 9-15 after cycle high). Cross-cycle comparison at this region of the x-axis is the most diagnostic for bear-bottom structural transition risk.
Historical context
Across the multiple completed bear cycles since the post-2013 era, intra-bear counter-trend rallies have displayed a recognizable pattern: brief technical bounces (+10% to +25%) interleaved with periodic violent rallies (+40% to +80%) that have not always transitioned into full bull regimes. The cycle-aligned overlay reveals the structural symmetry: rallies of similar magnitude have occurred at roughly similar days-since-cycle-high positions across bears, with diminishing-amplitude trending across successive bears as the asset matures and institutional liquidity dampens counter-trend volatility. The earliest bear cycle (post-2013 top, cycle 1 bear) is omitted from the overlay because pre-2013 spot price data is sparse. Cycles 2, 3, and 4 bears are the canonical three-bear comparison set used by long-horizon Bitcoin cycle analysis.
Expert notes
Implementation: the 60-day rolling low window is the canonical choice for intra-bear rally magnitude - short enough to exclude prior bull peaks from the low-water mark, long enough to capture meaningful intra-bear troughs. The cycle-high anchors derive from the published cycle-bottom registry by deriving each cycle high as the local price ATH within the 24 months preceding each cycle bottom. This anchor convention matches the bear-rally semantic - a rally is measured from the local low after the cycle high, not from the cycle low itself. The cross-cycle remapping projects each prior bear's rally series onto the most-recent bear's calendar dates, producing a daily-indexed series storable in the on_chain_metric_data schema (which has only one date per row). The most-recent cycle 4 bear segment may be empty or partial pre-cycle-top - the chart populates progressively as the current cycle resolves into its bear phase.
Common mistakes to avoid
• Treating cycle 4 bear's rallies as a forecast of cycle 5 bear: prior bears are historical observations, not projections. Past patterns may not recur, and Bitcoin cycle 5 bear may behave differently from bears 2-4. • Reading large rallies as bull-regime confirmation: violent intra-bear rallies (up to +80%) have historically been counter-trend bounces that resolved back into the prevailing bear, not bull-regime confirmations. The threshold for regime change has historically been higher (sustained rallies above +100% with structural pattern recognition). • Confusing intra-bear rallies with bull-regime transitions: the metric measures bounces during bear phases. A rally above +100% has historically marked a structural regime change (bear-to-bull), not an intra-bear bounce - the threshold is a historical observation, not a deterministic boundary. • Comparing absolute magnitude across bears without regime context: the metric is magnitude in percent, not magnitude in USD. Cross-bear comparison should focus on the magnitude pattern (frequency, peak height, decay shape), not absolute comparison of the lines as if they shared a USD reference. • Reading the missing cycle 1 bear line as data incompleteness: cycle 1 bear is omitted intentionally - pre-2013 spot price data is sparse.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/cycle-intelligence/cycle-bear-rally-performance/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "cycle-bear-rally-performance",
"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.