From 7de1aaebe090d0619ae58839a3738af3a0e69a1e Mon Sep 17 00:00:00 2001 From: The ACT3 App Development Team Date: Tue, 23 Jun 2026 16:08:30 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index eb43f7c..fe371dc 100644 --- a/README.md +++ b/README.md @@ -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 |