We got from multiple APIs.
1. Quote
2. LTP
3. Place the SL orders as well
We rely on the ticker for all the tokens subscribed. We poll the index once per sec to see possible entry criteria. But this didnt look like api rate limiting.
Can you please help. Again 20k loss for us. This is highly erratic. We cant handle such unstable errors that comes adhoc. We have to trigger Killswitch and so missed a good profit of 20K.
Started at
2024-09-16 09:51:11,553 - INFO - zerodha Order p…
Mine as well. For the past two days. Getting errors from 9:16 to 9:30.. Getting for historical_data api, kite.orders api and quotes api. @sujith Please help incurring losses due to this (Although have handled the errors, the loss can be avoided if f…
2024-02-26 13:46:45,212 - INFO - zerodha: Going to modify order to MARKET - 85
2024-02-26 13:46:45,308 - INFO - zerodha Order modify to market failed: Invalid quantity. - 100
2024-02-26 13:46:45,308 - ERROR - TradeManager: Modify SL Order to market …
Sent quantity and things were fine. But if i send the same orderType it throws the error. Sending the order type as none now. Hope SL LIMIT to MARKET order conversion works fine @sujith
2024-02-26 13:27:36,890 - INFO - zerodha Order modify failed: I…
Sent quantity and things were fine. But if i send the same orderType it throws the error. Sending the order type as none now. Hope SL LIMIT to MARKET order conversion works fine @sujith
2024-02-26 13:27:36,890 - INFO - zerodha Order modify failed: …
No the quantity will be None. This code worked till Friday!!
orderId = kite.modify_order(
variety=kite.VARIETY_REGULAR,
order_id=order.orderId,
quantity=orderModifyParams.newQty if orderModifyParams.newQty > 0 else N…
I also got the same today
2024-02-26 09:18:00,285 - INFO - zerodha: Going to modify order with params newPrice=94.6, newTriggerPrice=94.5, newQty=0, newOrderType=None - 63
2024-02-26 09:18:00,396 - INFO - zerodha Order modify failed: Invalid `quanti…
Any idea on why these errors are coming now?
2023-10-11 10:35:03,011 - ERROR - BaseTicker: Exception from listener callback function. Error => Too many requests - 35
@sujith I need the exact exception that I received at the mentioned time. Not the general definition of what exception are. I got the exception and also the order got placed instead of returning the "order_id". Because of this placed multiple order.…