I need to add the buying prices as well in bracket orders using Order API.
For Example: Buy the trade at Rs. 100 only and takeProfit is Rs. 15 and stopLoss is Rs. 10.
How can I do the same using the Order API?
I need to add the buying prices as well in bracket orders using Order API.
For Example: Buy the trade at Rs. 100 only and takeProfit is Rs. 15 and stopLoss is Rs. 10.
How can I do the same using the Order API?
@ZppA1qLXjC @naresh_janagam @Z4PBvkQGyF
Seeking your expertise on the following scenario: In the aforementioned case, for limit orders, should the “type” in the order API be set to 1, and the “limit-price” to 100?
Additionally, I’m curious if it’s possible to place a Limit Bracket Order. This would enable me to execute a trade at a specified price while incorporating defined takeProfit and stopLoss parameters. Your insights would be greatly appreciated.
Hi @arjungarg54-ijz ,
Sure, I’d be happy to help. In short, please take a look at our documentation for Bracket Orders (BO). We’ve provided a detailed explanation there.
Order placement guide : LINK
Thanks,