One of the most expensive mistakes in algo trading is running a trend-following strategy in a ranging market, or a mean-reversion strategy in a strong trend.
The bot isn't broken. You just have the wrong tool for the regime.
That's why we built the Daily Trend Radar โ a multi-factor indicator that classifies the current market regime so your system knows what kind of market it's operating in before it decides what to do.
What it measures:
- Trend direction and strength (bull/bear, confidence score)
- Whether OI is expanding or contracting with price
- Funding rate bias (are longs or shorts paying?)
- Breadth โ are most assets moving together or diverging?
The output isn't a buy/sell signal. It's a regime label โ something like "Strong Trend (Bear) โ 96.6% confidence" with an approximate duration. Your strategy layer then decides what to do with that context.
Why this matters for builders:
Most bots hardcode their logic. The Trend Radar gives you a dynamic filter layer you can drop in front of any strategy:
- Trend-following bot? Only run it when Radar confirms a strong trend
- Mean-reversion bot? Gate it to ranging/neutral regimes only
- Risk management? Tighten stops automatically when confidence is high on a bear regime
It's available directly via the API โ one endpoint call returns the current regime classification, confidence, and duration estimate.
Members grab your discount code from the resources tab and give it a pull ๐
What regime filter (if any) are you currently using in your systems?