Regime Detection¶
Regime detection maps market features to a regime label that can influence strategy selection, risk limits, and execution costs.
Detection Diagram¶
flowchart LR
A[Features] --> B[Detector]
B --> C[Regime Probabilities]
C --> D[Regime State]
D --> E[Strategy + Risk]
Detector Flow¶
- Features are extracted from bars or ticks.
- The detector computes regime probabilities.
- A stable regime state is emitted to the engine.
Detector Types¶
constanthmmensemble- Plugin detectors
See guide/regime-detection.md for configuration details.