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
It's MLK evening over in the US right now (10:30pm Eastern) and GLOBEX is in session, but fincal.calendar('new_york').areMarketsOpenNow(true) returns false because the code concludes today is a holiday.
OK, GLOBEX is not "new_york", so this might be a feature request to add "chicago", but the logic at line 421 is still wrong for E-mini contracts that trade for 23.25 hours a day.
The text was updated successfully, but these errors were encountered:
Bomper
changed the title
New York extended markets *are* open now (MLK evening)
Add support for E-mini contracts on GLOBEX
Jan 16, 2018
Well, it's really not Chicago anymore. The locations are really meant to match to equity markets in specific locations. If you are using the ib-sdk library, you can use the security.contract.areMarketsOpen/areMarketsLiquid instead.
It's MLK evening over in the US right now (10:30pm Eastern) and GLOBEX is in session, but
fincal.calendar('new_york').areMarketsOpenNow(true)
returns false because the code concludes today is a holiday.OK, GLOBEX is not "new_york", so this might be a feature request to add "chicago", but the logic at line 421 is still wrong for E-mini contracts that trade for 23.25 hours a day.
The text was updated successfully, but these errors were encountered: