Skip to content

Market Regime

A statistical classification of the current market environment into distinct behavioral states. Common regimes include: trending (strong directional movement), mean-reverting (range-bound oscillation), and volatile (high uncertainty). Algo Tick uses Hidden Markov Models for regime detection.

Definition

A statistical classification of the current market environment into distinct behavioral states. Common regimes include: trending (strong directional movement), mean-reverting (range-bound oscillation), and volatile (high uncertainty). Algo Tick uses Hidden Markov Models for regime detection.

Live Data Example </> API
# Market Regime live data
$ curl command:
curl https://algotick.dev/v3/signals/regime?coin=BTC
Endpoint: /v3/signals/regime?coin=BTC
Explore the API →

Current Market Regime data from the Algo Tick API:

{
  "evaluation_interval_sec": 5,
  "model_type": "random_forest_onnx",
  "regime_floor": "high",
  "regimes": [
    {
      "coin": "BTC",
      "confidence_score": 0.558,
      "features_used": 38,
      "funding_regime": "balanced",
      "persistence_probability": 0.408,
      "regime_label": "Mean-Reverting",
      "risk_warnings": null,
      "vol_24h": 47.7,
      "vol_regime": "high"
    }
  ],
  "timestamp": "2026-06-17T08:11:48.493Z"
}
# Fetch this yourself:
curl https://algotick.dev/v3/signals/regime?coin=BTC

Related Terms

Don't just stare at the dashboard. Automate it.

Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.

Explore API →

Continue the Research

📚 Learn🔬 Methodology🎓 Academy📁 Data Library