/ orderbook price-time-priority matching engine · real C++ compiled to WebAssembly
source ↗Order book depth and recent trades
Click or focus a ladder level and press enter to rest an order (bid side buys, ask side sells) · your fills push the price (market impact) · fire a news shock or turn up turbulence · space pauses
| strategy | order | avg px | shortfall | fill | adv move | time |
|---|
Work a parent order through the live book. Shortfall is implementation shortfall vs the mid at arrival, in bps (positive = a cost) — unfilled shares are marked at the end mid, so a passive order that misses its fill pays for the move away instead of showing a free pass. adv move is how far the mid moved against your side over the run (your impact plus market drift — one run is mostly noise). Run the same order a few times to compare strategies.