Lean
Lean copied to clipboard
Mechanism to Skip Unused Data / Fast Forward
Expected Behavior
It might be nice to have the ability to skip processing data if an algorithm only cares about a few minutes per day of data. Eg. An opening breakout algorithm only needs the first 10minutes. This could speed up intraday algorithms significantly. The data to process or skip could be determined by the Schedule Event "next time".
Actual Behavior
All data must be pushed all the way through to python.
Potential Solution
SubscriptionDataReader skips bars before being emitted from SDR.
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
masterbranch - [x] I have confirmed that this is not a duplicate issue by searching issues