Trading Strategies
Market Regime Detection — Bull, Bear, and Consolidation
Master the ability to identify which market regime you're trading in: bull, bear, or consolidation. Use on-chain signals and whale positioning to confirm the regime and adapt your strategy accordingly.
Published March 21, 2026
•
20 min read
•
Intermediate
Understanding Market Regimes
Markets don't move in straight lines. They cycle through distinct phases where different strategies work and others fail. These phases are market regimes: Bull, Bear, and Consolidation.
Professional traders don't use the same strategy in all regimes. They identify which regime is active and apply the specific strategy that works for it. This macro-level awareness is what separates winning traders from losing ones.
Core principle: Your strategy success depends on identifying the regime correctly. A consolidation strategy in a bull market underperforms. A bull strategy in a bear market causes losses. Regime identification is the foundation of all trading.
The three regimes are:
- Bull Regime: Higher lows, higher highs. Price trending up. Whales accumulating or distributing higher.
- Bear Regime: Lower lows, lower highs. Price trending down. Whales accumulating at lower lows.
- Consolidation Regime: Range-bound. Price moving sideways within support/resistance. Whales accumulating or distribution phase unclear.
Identifying regimes early—before price has moved 20-30%—is where the edge lies. Smart money knows the regime shift before retail traders do.
Bull Market Regime Characteristics
Price Action
- Higher lows, higher highs (clear uptrend)
- Price breaks major resistance levels
- Pullbacks are shallow (15-25% of prior leg up)
- Support levels hold and become new launching pads
- Price closes above key moving averages (20MA, 50MA, 200MA)
Volume Characteristics
- High volume on up days, lower on down days
- Trading volume above average overall
- Breakouts occur on volume spikes confirming the move
On-Chain Signals
- Whale address count stable or increasing (accumulation continuing)
- Exchange outflows positive (whales removing coins, increasing conviction)
- Large transaction activity sustained (institutional participation)
- Realized price moving higher but lagging market price (MVRV > 1.3)
Sentiment Characteristics
- Fear/Greed score rising (fear → greed transition)
- Social sentiment increasingly bullish
- Leverage increasing (longs accumulating)
- Media narratives turning positive
Bull confirmation checklist: Price breaking resistance on volume + whale address count rising + exchange outflows positive + Fear/Greed score rising = Confirmed bull regime. This is when you want to be long or scaling into longs.
See live funding & OI across 3 exchanges — free API
Backtest ideas are only as good as live data. Pull real-time funding, OI and LSR across 3 exchanges from one free API.
Get the free API →
Bear Market Regime Characteristics
Price Action
- Lower lows, lower highs (clear downtrend)
- Price breaks major support levels
- Bounces are shallow (15-25% of prior leg down)
- Resistance levels fail to hold and become new rejection points
- Price stays below key moving averages (20MA, 50MA, 200MA)
Volume Characteristics
- High volume on down days, lower on up days
- Volume spikes on breakdowns confirming the move
- Overall volume remains elevated (panic driving volume)
On-Chain Signals
- Whale address count declining (whales taking profits)
- Exchange inflows positive (whales moving to sell)
- Large transaction activity declining as whales reduce holdings
- Realized price exceeding market price (MVRV < 1.1) as whales take losses
Sentiment Characteristics
- Fear/Greed score falling (greed → fear transition)
- Social sentiment increasingly bearish
- Leverage decreasing (shorts accumulating)
- Media narratives turning negative
Bear confirmation checklist: Price breaking support on volume + whale address count declining + exchange inflows positive + Fear/Greed score falling = Confirmed bear regime. This is when you want to be short or flat, avoiding longs.
Consolidation Regime Characteristics
Price Action
- Price moving sideways within a range
- Neither higher lows nor lower lows establishing (unclear direction)
- Support and resistance levels holding consistently
- Volume declining as retail loses interest in sideways movement
- Volatility compressing (Bollinger Bands tightening)
On-Chain Signals
- Whale address count flat or slowly rising
- Exchange flows near zero (neither buying nor selling conviction)
- Whale metrics ambiguous (accumulation score 4.0-6.0, neutral range)
Sentiment Characteristics
- Fear/Greed score in middle range (40-60, neutral)
- Social sentiment mixed (some bullish, some bearish)
- Leverage stable (neither longs nor shorts aggressively building)
- Media narratives uncertain (waiting for clarity)
Consolidation characteristics: Price in range + whale metrics neutral + Fear/Greed score in middle = Consolidation confirmed. This is when direction is unclear, and you should either trade the range or wait for breakdown/breakout.
| Metric |
Bull Regime |
Bear Regime |
Consolidation |
| Price Direction |
Higher lows/highs |
Lower lows/highs |
Sideways, range-bound |
| Whale Metrics |
Accumulation 7-9 |
Accumulation 2-4 |
Accumulation 4-6 |
| Exchange Flows |
Net outflows |
Net inflows |
Near zero |
| Fear/Greed |
Rising toward 80+ |
Falling toward 10-20 |
Middle 40-60 |
Identifying Regime Transitions Early
The most profitable trades occur at regime transitions—when the market shifts from one regime to another. Identifying transitions early gives you first-mover advantage.
Consolidation → Bull Transition
Early signals:
- Whale accumulation score rising above 6.0 (conviction increasing)
- Exchange outflows starting to exceed inflows
- Price holding support at lower end of range consistently
- Large transaction activity increasing near support
Confirmation signal: Price breaks above consolidation resistance on high volume + whale metrics bullish = Bull regime confirmed.
Consolidation → Bear Transition
Early signals:
- Whale accumulation score falling below 5.0
- Exchange inflows starting to exceed outflows
- Price failing to hold resistance at upper end of range
- Large transaction activity declining overall
Confirmation signal: Price breaks below consolidation support on high volume + whale metrics bearish = Bear regime confirmed.
Bull → Consolidation Transition
Early signals:
- Whale accumulation score declining from 8+ toward 6.0
- Exchange outflows slowing or reversing
- Price momentum slowing, pullbacks deepening (25-30% of legs)
- Large transaction activity still present but clustering
Bear → Consolidation Transition
Early signals:
- Whale accumulation score rising from 2-3 toward 5.0
- Exchange inflows slowing significantly
- Price momentum slowing, bounces deeper (25-30% of declines)
- Volatility beginning to compress after falling hard
def detect_regime_transition(current_regime, whale_score, exchange_flow):
if current_regime == "consolidation":
if whale_score > 6.0 and exchange_flow > 0:
return "TRANSITION_TO_BULL"
elif whale_score < 5.0 and exchange_flow < 0:
return "TRANSITION_TO_BEAR"
Early transition detection allows you to position ahead of the regime shift, capturing the move as it confirms.
Key On-Chain Regime Indicators
1. Whale Address Momentum (WAM)
Track the rate of change in whale address count. Increasing WAM = bull building. Declining WAM = bear setting in. Flat WAM = consolidation.
2. Net Realized Price Divergence (NRPD)
Compare realized price to market price. NRPD > 0 (market > realized) = bull conviction. NRPD < 0 (market < realized) = bear weakness. NRPD near zero = consolidation.
3. Exchange Accumulation (EA)
Sustained positive EA (more coins on exchanges) = bear risk or distribution. Sustained negative EA (fewer coins on exchanges) = bull confirmation. Volatile EA = consolidation.
4. Large Holder Trend (LHT)
Track if large wallet holders are accumulating more coins (positive LHT = bull) or distributing (negative LHT = bear). LHT > 0 trending up = bull strengthening.
5. Transaction Volume Trend
Rising transaction volume above average = bull confirmation. Declining transaction volume = bear or consolidation. Volume spike followed by collapse = distribution (bear precursor).
| On-Chain Indicator |
Bull Signal |
Bear Signal |
Consolidation |
| Whale Address Momentum |
Positive, accelerating |
Negative, accelerating |
Flat |
| NRPD (Realized vs Market) |
Market >> Realized |
Market << Realized |
Market ≈ Realized |
| Exchange Accumulation |
Sustained outflows |
Sustained inflows |
Mixed/oscillating |
Strategy Adaptation by Regime
Bull Regime Strategy
- Position: Long bias (buy dips, sell rallies into resistance)
- Entry: Pullback support, broken resistance retests
- Stop: Below recent swing low
- Target: Next resistance level or 5-10% above entry
- Position size: Normal or larger (higher conviction)
Bear Regime Strategy
- Position: Short bias or flat (avoid longs)
- Entry: Rally resistance fails, broken support retests
- Stop: Above recent swing high
- Target: Next support level or 5-10% below entry
- Position size: Reduced (lower conviction, avoid leverage)
Consolidation Regime Strategy
- Position: Range trading or neutral (wait for breakout)
- Entry: Support (long) or resistance (short) with tight stops
- Stop: Just outside range (tight stops, small risk)
- Target: Opposite side of range
- Position size: Small (low conviction, waiting for direction)
Regime strategy synergy: During bull regime, accumulation detection works best (whales buying, price accelerating). During bear regime, breakout confirmation works best (whales distributing, support failing). During consolidation, stablecoin flows and sentiment extremes work best (capital preparing for move). Matching strategy to regime maximizes win rate.
Automated Regime Detection with APIs
GET /v1/markets/regime?symbol=BTC,ETH
{
"symbol": "BTC",
"regime": "BULL",
"confidence": "HIGH",
"components": {
"price_trend": "higher_lows",
"whale_metrics": 7.8,
"exchange_flow": "outflow",
"fear_greed": 72
},
"transition_risk": "LOW",
"regime_duration_weeks": 8
}
Smart Money API automatically detects the current regime and provides confidence scoring, letting you adapt strategy instantly without manual analysis.
Complete Regime-Based Trading Framework
Step 1: Identify Current Regime
- Check Smart Money API regime detection
- Confidence must be HIGH (not ambiguous)
- Confirm with price chart analysis (higher lows/highs for bull, vice versa for bear)
- Check on-chain metrics align with regime
Step 2: Determine Regime Confidence Duration
- Recent regime shift (< 2 weeks) = lower confidence in staying in regime
- Established regime (2-8 weeks) = high confidence regime continues
- Mature regime (> 8 weeks) = risk of transition increasing (watch for early signals)
Step 3: Apply Regime-Specific Strategy
Use the strategy framework above for bull/bear/consolidation. Only trade setups that align with the regime.
Step 4: Monitor Transition Signals
- Check on-chain metrics weekly for shifts
- Monitor whale accumulation trends
- Track exchange flow reversals
- Watch for price structure changes (higher lows becoming lower lows)
Step 5: Exit Before Regime Shift
When early transition signals appear (on-chain metrics diverging from price), reduce exposure or close profitable positions. Don't wait for confirmed regime shift—exit before it fully reverses.
This approach maximizes profits in each regime while minimizing losses when regimes shift.
Master Market Regime Trading
Smart Money API identifies bull, bear, and consolidation regimes automatically using on-chain signals, whale metrics, and price structure analysis. Trade with the macro regime, not against it.
View Pricing Plans
Free tier: 200 calls/day. Trader: 3,000/day ($29/mo). Pro: 15,000/day + webhooks ($79/mo).