What are the chances of success to run a trading system on loop , like one order has done then execute the next and so on through websocket?

Hi I am currently working on a system where continuous trade will execute through out the day . Like place order one after another . What are the key things to remember before deploy such system ?@Pradeep

@Pradeep_Jaiswar Hi I am currently working on a system where continuous trade will execute through out the day . Like place order one after another . What are the key things to remember before deploy such system ?

Ensure you adhere to the limits specified in the document here: Rate Limits | Upstox Developer API.

This applies not just to order placements in general, but also if your code is misconfigured or malfunctions, in which case your IP may be blocked by the CDN for a specific period.

As long as you remain within the specified limits, you should not encounter any issues.