chotaGit

Results 14 comments of chotaGit

I changed the following in stream.py ``` # Create a connection. # self.connection = await websockets.client.connect(self.websocket_url) self.connection = await websockets.connect(self.websocket_url) ``` This is working with Websockets 10

The accountId should be a number. e.g., 'accountId': '586994136'

1) For JSON, the application type has to be json "Content-Type": "application/json", "consumerKey": {'CONSUMER_KEY'} 2) All values passed in the json payload have to be in quotes including numbers. 3)...

There is a placeholder for contingent orders in the API but doesn't seem to work. Tried the following with no luck. ``` { "PreviewOrderRequest": { "orderType": "OPTN", "clientOrderId": "20220106-TSLACBO42", "Order":...

ok. So Yahoo is not a reliable data source for: • pre-market data • open price at market-open (see other bug that I had reported) Can this be added to...

Any update on this one? Not sure if this is a locale related issue. I am pulling the data from outside US and the current day data doesn't get refreshed...

> How are you determining what the price should be? Maybe that's wrong. 20231016: Open price should be 250.05. This is correctly reflected two hours after market open. Values at...

@anarchy89 did you find a fix/workaround for this issue? Issue persists in the latest release. Thanks!

### Describe Bug The open price of the ticker is set to yesterdays open price at 9:30 a.m EST and this does not get updated until 10:30 a.m. EST ###...

This may or may not be a timezone issue. It is only the open price that is incorrect and not the HLC values. Let me try to grab the log...