Strategy detail
ETH Breakout vs Reversal
ETH currently lives or dies on the 2,385-2,400 shelf. This strategy makes that test explicit.
Use this when
- Detect confirmation above the current decision zone.
- Flag liquidity sweep and double-top behavior when price loses the zone.
- Provide a structured answer instead of ambiguous chart interpretation.
Do not use this for
- Low-liquidity microcaps.
- Cross-market macro portfolios without ETH-specific tuning.
- Instant execution after news spikes.
Evidence and positioning
- Recent public ETH analysis repeatedly uses the 2,385-2,400 band as the line between continuation and rejection.
- Targets often cluster around 2,550-2,650 after confirmation.
Machine interface
{
"price": 2398,
"close_4h": 2406,
"liquidity_sweep": false
}{
"status": "success",
"data": {
"state": "confirmed_breakout",
"upside_zone": [2550, 2650],
"confidence": 0.8
}
}