Crypto microstructure / code reading surface
Three Python files, one defensible trading-system story.
The original course code is split into data ingestion, ASQ research, and event-driven strategy adapter layers, then mapped into the clean Microstructure OS modules.
ORDER BOOK
quote -> inventory -> PnL state
01
Legacy-To-Clean Pipeline
- Binance L1 data
- Book / trade features
- Fair-price signal
- ASQ quote
- Inventory-capped maker sim
- Evaluation
02
Three Source Files
03
Clean Microstructure OS Modules
Claim Boundary
Research and code-reading artifact, not production HFT claim.
This site explains how the course scripts map to data, feature, signal, ASQ quote, simplified backtest and evaluation concepts. It is designed for public project review, not for representing live exchange deployment.