What problem does it solve?
Provide a canonical, robust architecture for building a unified intraday trading platform that guarantees layer separation, determinism, and dual-mode behavior for research and live trading.
Core Features & Use Cases
- Layered architecture with clearly defined responsibilities for data ingestion, event routing, feature computation, signal generation, risk management, execution, alpha module system, and portfolio tracking.
- Deterministic replay via a kernel orchestrator and five state machines, ensuring end-to-end traceability and safe failure handling.
- Dual-mode capability (research/backtest replay vs live trading) with mode-agnostic pipelines and deterministic behavior guarantees.
- Alpha Module System supports multi-strategy deployments with lifecycle management and composable feature/signal engines.
Quick Start
Set up the Kernel orchestrator with defined layers and run a backtest to validate deterministic replay, then enable live mode using the same core engine.