Limit with Limit Stop

Hi everyone,

I wanted to know if it was possible on the futures platform to create a Limit order and also have a stoploss on that order which is also a limit that has a trigger price.

for example

symbol: ‘BTCBUSD’,
side: ‘Long’
price: ‘23000’
stopLossLimit: ‘22900’
stopLossTrigger: ‘22950’

so once the order gets triggered i have a bitcoin bought at 23000
and then if the trade goes against me the 22950 trigger is triggered and a stoploss limit order is set at 22900

i can see this is possible on the site but i would like to know how to do this in the API

Many thanks :slight_smile:

Solved. refer to

Glad to see that you were able to solve your issue