Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,13 @@ new vendor-specific connector.
## License

MIT.

## Demo gallery

| Demo | What it shows | Why it matters |
|---|---|---|
| `canonical.py` | Basic replay and fill inspection | Shows how order intent becomes fills |
| `latency_demo.py` | Same strategy under different latency assumptions | Shows why execution timing changes outcomes |
| `queue_position_changes_fills.py` | Resting order queue position | Shows why visible queue ahead matters |
| `passive_orders_and_adverse_selection.py` | Passive fills and adverse selection | Shows why fills are not automatically good news |
| `backtest_vs_execution_replay.py` | Strategy assumption vs execution path | Shows the backtest-to-production gap |