Add rqalpha-style scheduler time rules

This commit is contained in:
boris
2026-04-23 06:34:07 -07:00
parent fae09afb86
commit 5265f82fef
10 changed files with 557 additions and 233 deletions

View File

@@ -20,11 +20,11 @@ current alignment pass.
### Phase 2: Scheduling and execution surface
- [ ] minute-level `time_rule` semantics like `market_open`, `market_close`,
- [x] minute-level `time_rule` semantics like `market_open`, `market_close`,
`physical_time`
- [ ] finer `1m` / `tick` strategy execution entrypoints beyond `open_auction`
and `on_day`
- [ ] scheduled actions evaluated against explicit intraday times
- [x] scheduled actions evaluated against explicit intraday times
### Phase 3: Universe and subscription model
@@ -57,4 +57,4 @@ current alignment pass.
## Current Step
Active implementation target: Phase 2, minute-level time_rule semantics.
Active implementation target: Phase 3, dynamic universe and subscription model.