Chapter 15: Live Trading Systems and Operations¶
This chapter is currently maintained in Chinese first.
- Chinese chapter: 第 15 章:实盘交易系统与运维
- Textbook home: Chinese textbook index
- Live execution semantics note:
- CTP supports
execution_semantics_modewithstrict(default) andcompatible. - In
strict, terminal order states are confirmed byOnRtnOrdercallbacks. - Practice links:
- Primary example: examples/textbook/ch15_live_trading.py
- Extended example: examples/textbook/ch15_strategy_loader.py
- Supplementary example: examples/44_strategy_source_loader_demo.py
- Guide: Live Functional Quickstart Guide