-
-
Notifications
You must be signed in to change notification settings - Fork 550
Description
Describe the bug
Trying to change the market session to 'regular' trading hours for the CME markets doesn't seem to work. The data it provides still only passes the electronic trading hours. I should mention I have the CME Group subscription if that leads to anything.
To Reproduce
chart.setMarket(CME_MINI:ES1!, {
timeframe: '1',
session: 'regular',
range: 150
});
Expected behavior
The data 'regular' provides is premarket/electronic session, was expecting for it to fetch only the NY session since the volume data is also different from 'regular'.
Environment:
- OS: Windows 11
- Node version: v20.9.0
Additional context
I should also mention I made sure my instance was working for other things, like the AMEX:SPY market, it's session could be switched to extended data and it does work for it!