DEV Community

Cover image for Live Regime Transition: Bear Chop Bear (Capitulation) in 2 Hours
Gunnar Thorderson
Gunnar Thorderson

Posted on • Originally published at getregime.com

Live Regime Transition: Bear Chop Bear (Capitulation) in 2 Hours

Live Regime Transition: Bear → Chop → Bear (Capitulation)

We just watched a live regime transition unfold in real-time. Here's what happened.

The Sequence (March 27, 2026)

  1. BEAR at 71% — stable for 382 hours (since March 11)
  2. CHOP (compression) at 17% — brief transition, signals split evenly
  3. BEAR (capitulation) at 48% — back to bear, but with a different character

Why This Matters

The regime didn't just go bear → bear. It went through a chop compression — a regime where volatility is tightening and signals are evenly split. This is often a precursor to a significant move.

The fact that it returned to bear but with a capitulation subtype is notable. Capitulation bears are characterized by:

  • Extreme Fear (F&G at 13)
  • Low volatility (no panic selling, just exhaustion)
  • BTC at $68,800 — well off highs but not crashing

This is different from a deleveraging bear (which would show high volatility, negative funding spikes, and liquidation cascades).

New Feature: Regime Subtypes

This is exactly why we built regime subtypes. The API now tells you not just "bear" but what kind of bear:

curl https://getregime.com/api/v1/market/regime
Enter fullscreen mode Exit fullscreen mode
{
  "regime": "bear",
  "regimeSubtype": "capitulation",
  "confidence": 0.48,
  "regimeDurationHours": 0.1,
  "regimeStartedAt": 1774580000000
}
Enter fullscreen mode Exit fullscreen mode

What Traders Should Do

A capitulation bear at low confidence (48%) is very different from a high-confidence deleveraging bear. The position sizing implications:

  • Deleveraging bear (80%+ confidence): 10% of normal size
  • Capitulation bear (48% confidence): 25-30% of normal size — the regime is uncertain, which means opportunity is closer

The low confidence score means signals are split — some bullish, some bearish. That's the market telling you a transition might be imminent.

Track This Live

curl https://getregime.com/api/v1/market/regime
Enter fullscreen mode Exit fullscreen mode

Free, no auth. Set up alerts for the next transition: t.me/regime_crypto


Try Regime Intelligence

Regime is a real-time crypto market regime detection API. One endpoint tells you if the market is bull, bear, or chop — so your bot only trades when conditions match your strategy.

Free API access → | See pricing → | API docs →

Top comments (0)