Open position not closed automatically.

Hello Team,

I am place a market order from UI (with the help of API) after that place SL and TP order,Once TP hit than SL not closed automatically and SL hit than TP not closed automatically.Please gide me how can I achieved this.If TP hit than SL closed automatically or SL hit than TP closed automatically.

Hi.
So far the API service does not provide this functionality but you can achieve it by implementing the logic in your program. Please refer to this post. How to implement OTOCO(TP/SL) orders using API

1 Like

Thanks,So finaly I am Crete a service which run every 30 sec and check trade open or not but it’s not a right way.I don’t understand why binance not provide this functionality.Simple pass order ID to TP and SL order than these three order will SYN .