WillPCowan

Results 8 comments of WillPCowan

I am also facing an `okx.watch_order_book` issue which I believe is related to this thread. After an initial network error `ccxt.base.errors.NetworkError: 1006` I repeat the call to `okx.watch_order_book` (contained in...

Quote volume in OHLCV (when exchanges provide it) would be extremely useful -- or if this is tricky then **in the short term providing "info"** property with exchange response so...

Thanks @carlosmiei -- should I still use `postOnly: True` instead of `timeInForce: 'PO'`?

Awesome, will update my code to use that instead. The documentation notes that `timeInForce` is unified with PO though, fyi: https://github.com/ccxt/ccxt/wiki/Manual#timeinforce

For reference, I got ChatGPT to do a little test on this and there is a lot of variance, but putting the map into an instance variable is 2-5x faster:...

Finding Binance market data becoming stale as an issue too @carlosmiei

Also haven't found a way to get a subscriber to understand that a publisher has disconnected. I can make an application level solution but this would only work if the...