river-walras

Results 23 comments of river-walras

> ### Operating System > windows (cloud PCs) > > ### Programming Languages > Python > > ### CCXT Version > 4.1.72 > > ### Description > I'm getting Request...

any update on websocket client?

> > According to https://docs.python.org/3/library/logging.html#logrecord-attributes, the default date format should have 3 digits instead of 6 for the millisecond portion of the time. > > Fixed ``` import picologging as...

> Closes #203 Correctly format and print LogRecord.asctime field > > Please merge this PR or #209 where %f support in datefmt was also added. > > ``` > import...

> @Crypto7816 the timestamp represents closing time for the 24h ticker (by default), I wonder whether it's a good way to measure network latency. Could you please provide me with...

> Hello @Crypto7816, if you enable the verbose mode `exchange.verbose = True`, can you see the raw update from the exchange in the logs? Yeah, I have enabled the verbose...

> Hi @Crypto7816 , thanks for reporting. As another test, can you try setting, `exchange.newUpdates = false` this will make `watchOrders` return all the updates in the cache, and curious...

> @Crypto7816 on the following time an order is put in and watch orders is triggered, is the previous order that is missing returned? > > Also I wouldn't edit...

> @Crypto7816 on the following time an order is put in and watch orders is triggered, is the previous order that is missing returned? > > Also I wouldn't edit...

> I use the `python -m pip install -U https://github.com/deknowny/reqsnaked/archive/main.zip` to install the package, but get: > > ``` > python -m pip install -U https://github.com/deknowny/reqsnaked/archive/main.zip > Collecting https://github.com/deknowny/reqsnaked/archive/main.zip >...