修正回测出入金现金流中性口径

This commit is contained in:
boris
2026-08-22 18:54:34 +08:00
parent fe7e0f397f
commit 6fba34d2e4
7 changed files with 235 additions and 62 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ futures path. Confirmed aligned areas:
pending limit orders, cancellation, open order views, and final order lookup.
- Stock account and portfolio runtime fields including cash, frozen cash, total
value, transaction cost, trading/position PnL, management fees, financing
liability, deposit/withdraw, and position aliases.
liability, deposit/withdraw, and position aliases. External deposits and
withdrawals are unitized separately from trading PnL; delayed withdrawals
are preflighted atomically at settlement.
- Scheduler, dynamic universe, subscription guard, `history_bars`,
`current_snapshot`, `get_price`, instruments, trading-date APIs, suspension
and ST helpers.