Hey, I just came to know about order updates using websocket, I tried to look for an example on how to use order updates in websocket, but i couldn't find it, could you please give simple python example on how to use this? Thanks
@rakeshr, Thank you for prompt reply, My SSD has crashed so, I am not yet able to try your suggestion yet, I will let you know as soon as my PC gets restored. Thank you.
@rakeshr , Thank you for your reply, I tried solution 1,
I don't know about celery, may be that's why I am getting this error.
steps that i followed:
1. I installed celery using pip install -U celery
2. added import celery from Celery to the scrip…