Due to following error, lost good amount today. Any strong solution for this error
whenever the order gets trigger, my algo should have to respond it and close the trade with 1% profit or 0.5% loss. but due to following error i was not able to get order_update_details TOday i got following error around 3-4 times randomly.
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
The main ticker thread is blocked by some process, you need to check it. You can use a multi-thread setup as explained in this thread. To test, you can remove all the ticker blocker processes and test once the single thread ticker.
ok @rakeshr , i will check which threads/processes are blocking ticker thread. as far as i know I have kept my code neat and clean. i will cross verify again and update in this chat thanks for reply @rakeshr
i am facing this issue again
having good internet connectivity.
are there any internal updates in api is that causing this issue?
@sujith @rakeshr
what this error mean
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) ,
as far as i know I have kept my code neat and clean. i will cross verify again and update in this chat
thanks for reply @rakeshr