1) Suppose in the morning I have placed a market order(order completely executed ) and now in the afternoon I have to check any open order is there how I can check. 2) is there any way to check open order that is not squared of yet find by orderId.
Hi Sujith/Ammit I want to square off my intraday order how I can do that.. is there any API that I can check my open orders(that currently executed) and then i can square off them
You need to fetch orderbook and cancel all pending orders and then check the positions quantity field and place a counter order with order type market to close positions.
I want to square off my intraday order how I can do that.. is there any API that I can check my open orders(that currently executed) and then i can square off them