Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Mechanism to Skip Unused Data / Fast Forward

Open jaredbroad opened this issue 3 years ago • 0 comments

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 master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues

jaredbroad avatar Jan 21 '22 02:01 jaredbroad