You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The algorithm receives data until the early close and then resumes when the market opens.
Actual Behavior
The algorithm with ES is skipping the entire day. E.g Jan 16th 2012
Accoring to the MHDB market-hours-database.json#L20590, it should trade until 12 PM.
Hey @AlexCatarino, @Martin-Molinero, @Marinovsky, I think this issue might have been closed prematurely as the PR seems to only fix one date (the one originally used as an example).
I took the list of CME holidays from the market-hours-database.json and then intersected that with the early close days given by pandas market calendars. This yields a total of 169 more dates from 1998 through 2024 that are marked as holidays but pandas market calendars says are early close days (see screenshot below).
Maybe we can reopen the issue and look more into this?
Expected Behavior
The algorithm receives data until the early close and then resumes when the market opens.
Actual Behavior
The algorithm with ES is skipping the entire day. E.g Jan 16th 2012
Accoring to the MHDB market-hours-database.json#L20590, it should trade until 12 PM.
Potential Solution
Reproducing the Problem
The plot shows a gap during the 16th.
We have the data: 20120116_es_minute_trade_201203_20120316.csv
Checklist
master
branchThe text was updated successfully, but these errors were encountered: