I’m getting below error while connecting API.
Shown error when tried to connect first time in the day. Then I tried new token each time, cleared browser cache, rebooted PC and followed exact process as in API documentation, still not working.
Hi @Sunitha
The error message indicates that you are using deprecated V1 APIs.
To resolve this issue, please use the latest Python SDK, which is available here: Python SDK. This SDK supports V2 APIs, and updating to it should resolve the issue.
Need help on python code to place the GTT order with limit buy order with SL & Targets set. Could not find anything on documentation and community, could you please direct to where I can find it.
Currently, it is not possible to place GTT orders through the API. However, you can achieve a similar functionality by placing multiple orders to simulate a GTT order.
Thanks again.
can you please help with a example code to place multiple order to simulate the GTT.
I want to place SL order or 0.8xbuy price and target order of 1.5xbuy price.
all to be limit orders with ltp+/-1 trigger.