C++ · simulation
Market Making & Adverse Selection Strategy
- Designed a C++ limit order book market maker providing continuous two-sided liquidity around fair value, simulating fills and spread capture.
- Implemented inventory-aware quoting with volatility-adaptive spreads, skewing prices and sizes using microprice and order-flow-imbalance signals to control directional exposure and inventory risk.
- Benchmarked fixed, inventory-aware, and signal-driven quoting across 100,000+ simulated fills, using 10-second markouts and inventory variance to quantify the adverse-selection tradeoff.


















