Quantitative Trading Platform
A low-latency, multi-timeframe execution framework in Rust. Deterministic indicators, unidirectional data flow, and capital-preserving risk gates — built to be auditable before it ever touches real money.
- Five decoupled engines (data ingest, market monitor, automation, portfolio, analytics) communicate through typed, versioned message streams.
- Sub-millisecond indicator pipeline using cache-aligned SoA buffers; capital math pinned to 128-bit fixed-point decimals.
- Pre-trade risk ladder (8 fail-closed gates) plus a Portfolio Veto that overrides execution when drawdown limits breach.
