If bracket order executed in market hours orderid will be generated(For after market hour also orderid will be generated). How do i track whether the order closed by sl or tp. What are all the ways to identify bo order Sl or tp hit?
I need to know programmatically how do we need to track. While seeing will get know but questions is how we know if bracket order placed programmatically.
If you have a long position then your target price is greater than entry order price and a stop-loss order price is smaller than entry order price. For a short position it is vice versa.
In BO Order response Payload json does not contain parent order id. Without parent order id , i am unable to call exit order in BO. How do i get parent order id in BO. Please help...
"transaction_type": "BUY",
"trigger_price": 128"</>
Please help...