I have a free account and I’m using websocket to call for data. I’m not receiving any price updates during extended or pre market hours.
Also, is there any account settings I need to change to ensure I have permissions for extended hours trading?
My terminal:
2024-08-26 19:38:52,170 - INFO - Trading script is running with full extended hours monitoring enabled.
2024-08-26 19:38:52,507 - INFO - Fetched initial price for GD: $290.955
2024-08-26 19:38:52,552 - INFO - Fetched initial price for MANH: $261.37
2024-08-26 19:38:52,599 - INFO - Fetched initial price for ACM: $99.65
2024-08-26 19:38:52,645 - INFO - Fetched initial price for VCTR: $54.59
2024-08-26 19:38:52,693 - INFO - Fetched initial price for COST: $892.97
2024-08-26 19:38:52,741 - INFO - Fetched initial price for INTU: $617.34
2024-08-26 19:38:52,789 - INFO - Fetched initial price for WRB: $58.34
2024-08-26 19:38:52,834 - INFO - Fetched initial price for META: $521.17
2024-08-26 19:38:52,880 - INFO - Fetched initial price for PANW: $347.27
2024-08-26 19:38:52,928 - INFO - Fetched initial price for AMP: $441.27
2024-08-26 19:38:52,976 - INFO - Fetched initial price for LINE: $85.45
2024-08-26 19:38:53,026 - INFO - Fetched initial price for ARDT: $17.51
2024-08-26 19:38:53,070 - INFO - Fetched initial price for APP: $89.76
2024-08-26 19:38:53,117 - INFO - Fetched initial price for AAON: $93.88
2024-08-26 19:38:53,117 - INFO - Completed fetching initial prices.
2024-08-26 19:38:53,117 - INFO - Attempting to connect to WebSocket…
2024-08-26 19:38:53,276 - INFO - WebSocket connected. Authenticating…
2024-08-26 19:38:53,276 - INFO - Authentication message sent. Subscribing to data…
2024-08-26 19:38:53,276 - INFO - Subscribed to data for symbols: [‘GD’, ‘MANH’, ‘ACM’, ‘VCTR’, ‘COST’, ‘INTU’, ‘WRB’, ‘META’, ‘PANW’, ‘AMP’, ‘LINE’, ‘ARDT’, ‘APP’, ‘AAON’]
2024-08-26 19:38:53,277 - INFO - Entering main WebSocket loop…