Peter Lai

Results 244 comments of Peter Lai

How about use ``` handleErrorMessage (client, message) { if (id in client.subscriptions) { delete client.subscriptions[id]; // can we simply update this line to delete client.subscriptions[messageHash]; } } ```

@jcabourne Which function did you use?

@jcabourne After test, the timestamp was from Bingx. It seems they add 8 hours. Is it possible to simulate the data with 6 hour kline?

@mr-timo I think you can use proxy or vpn service.

Hi @Jishnu-Nandhiath Would you like to paste verbose log? It works for me (Python v3.11.4 / CCXT v4.1.43). BTW, the function `watchOrders` is for watching private order for the user....

Hi @Jishnu-Nandhiath The function is watching order realtime through websocket, it's not fetchOrders extension (can review source code here: https://github.com/ccxt/ccxt/blob/master/js/src/pro/huobi.js#L746). Based on this case, it looks like huobi didn't push...

@little-bit-time Can you paste code that we can reproduce this locally (please remove any sensitive information)?

@colin-nl Where did you see the cl_order_id? I couldn't find it (https://docs.kraken.com/rest/#tag/Spot-Trading/operation/addOrder).