Strategies¶
A strategy is a C++23 sdk::Application delivered as a versioned Aurum
project. The same application model supports live event processing, replay,
paper execution, and production deployment.
If you’re new to strategy development, read these in order:
Project Contract — identity, layout, compile/run behavior, and versioning.
Market Data — bind venue feeds and consume typed topic streams.
Simulation and Replay — use paper executors and deterministic replay before live trading.
Live Trading — resolve credentials, bind a live executor, and apply release controls.