Add suspended and ST data helpers

This commit is contained in:
boris
2026-04-23 19:37:50 -07:00
parent 6106297a97
commit bb8f40f33c
5 changed files with 95 additions and 20 deletions

View File

@@ -56,6 +56,13 @@ current alignment pass.
- [x] phase-aware minute/tick history cursor semantics matching the active
bar or tick callback
### Phase 7: Remaining stock data-source API parity
- [x] `is_suspended`
- [x] `is_st_stock`
- [ ] `get_price` style date-range tabular API
- [ ] `instruments_history`
## Execution Order
1. Close the explicit order API gap with target-shares / `order_to` parity.
@@ -64,10 +71,11 @@ current alignment pass.
4. Add dynamic universe APIs.
5. Add algo-order styles.
6. Finish position accounting parity.
7. Continue parity audit for remaining account, order, and data-source APIs.
7. Continue stock data-source API parity.
8. Continue parity audit for remaining account and order object APIs.
## Current Step
Active implementation target: continue parity audit for remaining account,
order, and data-source APIs after the stock strategy API, scheduler, universe,
algo-order, position accounting, and core strategy data helpers are covered.
Active implementation target: continue stock data-source API parity after
covering suspended/ST historical flags; next larger gap is a `get_price` style
date-range tabular API and instruments history.