about MT5 buy stop and sell stop

 

is buy stop and sell stop execute with stop loss as 1 order ? or when i place buy stop and get executed the server first place the order then place the stop loss. 

 
derex wp:

is buy stop and sell stop execute with stop loss as 1 order ? or when i place buy stop and get executed the server first place the order then place the stop loss. 

The structure of the request that you send to the server (MqlTradeRequest) contains a field .sl, so you can set the SL level before sending the order.
Information about the result of placing an order will be received in the response structure of the trading server (MqlTradeResult).

 
Makarii Gubaydullin #:

The structure of the request that you send to the server (MqlTradeRequest) contains a field .sl, so you can set the SL level before sending the order.
Information about the result of placing an order will be received in the response structure of the trading server (MqlTradeResult).

ohhhh i see, thats mean when i send buy stop + stoploss it recognize as 1 order right ?