HOW TO GET THIS DONE ??
def on_order_update(self, ws, data)
# Handle order updates
# TODO: Here we need to add code to place the order
in this section i want to get the order id of each BUY order placed and place a SELL two leg…
it was due to multiple order being passed in one go for clients... was more than 15 in one go...
how can we get copy trade in all cclients in one go with not breaking zerodha api order limit ...can you suggest ?