New to Algo . I am checking for order status continuously. Iam using Fyers.orderbook() for the same and getting the error : {‘s’: ‘error’, ‘code’: -353, ‘message’: ‘API Limit exceeded per min’} after some time. Do we have to use Fyers.orderbook or Is there any other way to do this? Fyers Team, please help
You can implement a webhook in your app, and assign that webhook to your Fyers app. Whenever there is a change in order status, the webhook will be called. Depending on the response, you can take a trade decision