Is it possible for the Stoploss/take profit order not getting created, but only entry order created ?
For Example
BO Order entry 1000, sl 20, tp 40
On BO order creation, following happens
Best case
- Entry order - completed
- Stoploss order - pending
- Take profit - pending
Depending on market movement, stoploss or takeprofit gets executed
My question
- Entry order - completed
- Stoploss order - rejected or cancelled
- Take profit order - rejected or cancelled
Is this scenario possible ?
And if it’s possible, How do I close the position via API immediately?
NOTE: I use multiple strategies on one instrument. In documentation I see “exit position by ID”, but the ID is the symbol of the instrument. So If I use “exit position by ID”, it will close all my position in all the strategies