it's not always wrong but in between quotes, false price quotes are being received due to which SL or Target of our strategy is getting executed wrongly.
The other errors you showed are your local error messages,not KiteTicker messages.
You can run KiteTicker with debug logs on to check the errors thrown by KiteTicker.
What might have happened is that your websocket connection was disconnected and so the last price you saw in your system was outdated price.
The prices are correct at my end.
Error while connecting. Message: Unable to connect to the remote server == > DateTime @ 4/20/2022 7:32:05 PM
@ Connnection established for live price == > DateTime @ 4/20/2022 7:30:17 PM
@ Reconnect for live price == > DateTime @ 4/20/2022 7:30:16 PM
Lost ticker connection. == > DateTime @ 4/20/2022 7:30:09 PM
https://kite.trade/docs/connect/v3/exceptions/#api-rate-limit
The other errors you showed are your local error messages,not KiteTicker messages.
You can run KiteTicker with debug logs on to check the errors thrown by KiteTicker.
What might have happened is that your websocket connection was disconnected and so the last price you saw in your system was outdated price.
https://kite.trade/forum/discussion/9004/ticker-being-lost/p1
Are you still doing computations/other api calls inside on_ticks?? That can also cause websocket to disconnect.