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 -H "X-API-Key: YOUR_KEY" https://algotick.dev/v3/signals/regime?coin=BTC
Endpoint: /v3/signals/regime?coin=BTC
Current Market Regime data from the Algo Tick API:
{
"regimes": [
{
"coin": "BTC",
"regime_label": "Trending",
"confidence_score": 0.548,
"persistence_probability": 0.448,
"features_used": 38,
"vol_24h": 49.46,
"vol_regime": "high",
"funding_regime": "balanced",
"risk_warnings": null,
"note": null
}
],
"model_type": "random_forest_onnx",
"regime_floor": "high",
"evaluation_interval_sec": 5.0,
"timestamp": "2026-03-12T18:55:56.439Z"
}# Fetch this yourself:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v3/signals/regime?coin=BTCRelated Terms
Hidden Markov Model (HMM)
A statistical model where the system being modeled is assumed to follow a Markov…
Volatility
A statistical measure of the dispersion of returns for a given asset. Realized v…
Composite Trading Signal
A multi-factor directional signal that combines multiple data sources (momentum,…
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.