Other broker are providing unlimited API call capped at per minute or per second.
No limit on total API calls.
Kindly consider revising the limits so that we are not locked out in between the strategies. Once the API limit is reached, even exit positions dont work affecting the Risk Management.
is websocket order updates reliable ? what’s urs experience with it. Is there a possibility of missing an update. How do you handle it and ensure the missed update is still counted
@pranavshinde , till now no orders were missing with order webhooks, If you still have doubts start polling ordres() every minute. Have SL-Limit orders to save yourself from violent moves(If option selling then have double hedge).
Coming to rate limits if you are near or exceeding 10k/day, then your code needs serious restructuring.