← All posts
Product Update
Introducing Quant Brain Core
Quant Brain is the layer that sits between raw market data and everything else in Dome Terminal. It takes real OHLCV candles — fetched from your configured providers and cached locally — and produces structured, reproducible context.
What it computes
- Indicators — SMA, ATR, momentum and volatility measures computed deterministically.
- Market regimes — ranging, trending, breakout or reversal classification.
- Liquidity zones — significant support/resistance from recent swing structure.
- Risk score — a 0–1 read flagging elevated-risk conditions.
Why it matters
Every AI surface — ORACLE, the Committee, Strategy AI, Journal Coach — consumes the same Quant Brain context. That means the assistant reasons from the same numbers you see, including the data source and quality. When a provider is unavailable, Quant Brain reports it rather than inventing values.
This is an engineering note describing shipped functionality in Dome Terminal v2.
// MORE POSTS