Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
This commit is contained in:
TIANHE
2026-03-01 17:20:37 +08:00
parent d60409f7f8
commit db91fa4580
53 changed files with 1596 additions and 611 deletions
@@ -5,7 +5,7 @@ Goal:
- Create one indicator strategy using `indicator_python_code/code_test.py`
- Inject deterministic K-lines and a deterministic tick-price sequence
- Run TradingExecutor for a short period
- Verify orders are enqueued into SQLite table `pending_orders`
- Verify orders are enqueued into PostgreSQL table `pending_orders`
Notes:
- This is a local-only test helper. It does NOT talk to real exchanges.