Strategy detail
BTC Breakout Continuation
A breakout only matters if support survives the retest. This strategy scores that survival.
Use this when
- Determine whether BTC is still valid above the current support shelf.
- Project the next resistance band when continuation remains intact.
- Feed momentum-aware prompts with structured state instead of vague chart commentary.
Do not use this for
- Scalping inside noisy intraday chop.
- Blind long entries without checking liquidity and volatility.
- Altcoin selection on its own.
Evidence and positioning
- Recent public chart discussions converge around 73k-74.5k as a key support hold zone.
- Targets frequently cluster around the 76k-77k area before opening higher.
Machine interface
{
"price": 75290,
"support_band": [73000, 74500],
"timeframe": "4h"
}{
"status": "success",
"data": {
"state": "bullish_continuation",
"next_resistance_zone": [76000, 77000],
"confidence": 0.78
}
}