STOP_MARKET and TAKE_PROFIT_MARKET at same time?

Hey guys :slight_smile:

Is there a way to open a STOP_MARKET order with a TAKE_PROFIT_MARKET in one request?

On the Tradingstation on the web, we can place STOP Orders with TP, and the TP Order gets executed, when the STOP order is filled.

In the docs, it seems that it is not possible, does anybody know, if there is a solution to do that over the API?

Hi mate,

Please refer to this post/thread: How to implement OTOCO(TP/SL) orders using API - #24 by gold-er
and this one: How can I attach TP/SL to binance.futuresSell/buy - #4 by jonte

They should be able to help you achieve what you’re attempting to do.