Add bar and tick strategy lifecycle
This commit is contained in:
@@ -22,7 +22,7 @@ current alignment pass.
|
||||
|
||||
- [x] minute-level `time_rule` semantics like `market_open`, `market_close`,
|
||||
`physical_time`
|
||||
- [ ] finer `1m` / `tick` strategy execution entrypoints beyond `open_auction`
|
||||
- [x] finer `1m` / `tick` strategy execution entrypoints beyond `open_auction`
|
||||
and `on_day`
|
||||
- [x] scheduled actions evaluated against explicit intraday times
|
||||
|
||||
@@ -57,5 +57,6 @@ current alignment pass.
|
||||
|
||||
## Current Step
|
||||
|
||||
Active implementation target: Phase 2 follow-up, finer `1m`/`tick`
|
||||
strategy execution entrypoints beyond the current explicit intraday schedules.
|
||||
Active implementation target: Phase 5 follow-up plus strategy data API parity:
|
||||
expose richer position lifecycle fields and RQAlpha-style data helpers such as
|
||||
`history_bars`, `current_snapshot`, instruments, and trading-date access.
|
||||
|
||||
Reference in New Issue
Block a user