regimes
Directional regime label (up/down/neutral) · core · 2026-08-01 — 2026-08-28 (28 days)
Schema
| Column | Type | Meaning |
|---|---|---|
| timestamp_ms | BIGINT | Time of the regime decision, ms UTC. |
| symbol | VARCHAR | Instrument. |
| regime | VARCHAR | Directional regime label: up / down / neutral (our own classifier, recorded live — not recomputed). |
| mult | DOUBLE | Position-size multiplier the live system attached to the regime. |
Conventions shared by all streams — UTC
milliseconds, integer prices, what side means where, how gaps are
marked and how to rebuild the book — are in the
data dictionary. The same text is
returned by GET /v1/schema/regimes and the MCP tool
get_schema.
Sample rows (demo hour)
| timestamp_ms | symbol | regime | mult |
|---|---|---|---|
| 1787011310036 | ETH/USDT | up | 1.0 |
| 1787011310213 | BTC/USDT | up | 1.0 |
| 1787011385141 | BTC/USDT | up | 1.0 |
Work with this stream in the SQL console and the backtest runner — the data stays with us, the results go to you. Get access