[ strategy ]2026-06-10· 5 min read

How the SuperBot adapts to market regimes

Most bots run one strategy and pray the market cooperates. The SuperBot reads the regime and switches its approach — here's exactly how.

A trend-following bot is brilliant in a trending market and a disaster in a choppy one. A mean-reversion bot is the opposite. Pick one and you've implicitly bet that the market will stay in the regime you designed for. It won't.

Detecting the regime

Every cycle the SuperBot classifies the market into one of three regimes — bull, bear or chop — using EMA structure, the slope of the trend, and ADX (trend strength). Low ADX means no real trend: that's chop. Strong ADX with price above its long EMA is a bull trend; below, a bear trend.

Switching the engine, not just the size

Plenty of bots scale position size with conviction. The SuperBot goes further: it delegates to a different underlying strategy depending on the regime. Trends route to trend-following (ride the move); chop routes to mean-reversion (fade the extremes). It reuses our existing, individually-tested strategies rather than inventing a fragile all-in-one.

Why this matters

You stop guessing which strategy to deploy this week. One bot covers the regimes, and every signal is tagged with the regime that produced it — so the behaviour is transparent, not magic.