Is there a platform available from Zerodha where I could run locally (i.e. node server) to test my algorithm implementations? For example, the actions that I would like to perform as Place orders with a limit, If the order not filled within the stipulated time, cancel and place a market order and Fill the partial order with the new price.
I can test the same in real-time. The issue I encountered here is debugging. Most of the time, I failed to debug this flow. (Not only this, others as well).
If I could have a local setup that connects to a mock data server to simulate the same, I can fix all the issues.
Looks like, it has a sandbox https://github.com/nordible/zerodha-sandbox. But it does not solve my purpose entirely but to some extent. It has pre-defined typescript files.