wrong closing prices from websocket

Hei there,

since a few days, i am getting wrong closing data from the websocket-server for future perpetual assets.

For BTCUSDT Perpetual and ADAUSDT Perpetual, which i tested many times… there are always wrong closing prices send from the websocket-server. I get 5Minute Klines.

Does somebody else notice this issue?

Ok i got the answer…
I was using the Desktop version of binance.com for Windows.
So i was checking the data at the webpage of binance.com. The prices shown on the website are similar to the data received from the websocket.

So be careful if you are trading from the binance desktop client!!

Hey Chris,

I am a newbie in coding, I hope you can help.
I just had this problem and I want to know if you can help me with it.
I used websocket to get data which was working just fine but all of a sudden it started sending wrong closing values of the candles. and I am comparing it to the website binance. All the values are correct except the closing one. is the issue that I stopped the code from running multiple times? would that make a problem in websockets?