Add comment on partially close order (MT5)
-
l want to add comment on partially order when it open like MT4
to tell us what from order id
Thanks
-
If you are talking about the comment, the attribute that every order has, I'm afraid that you can't change it. Only in OrderSend() we can set that "comment" parameter (https://docs.mql4.com/trading/ordersend). For partial close OrderClose() is used, but as you can see, there is no "comment" parameter there - https://docs.mql4.com/trading/orderclose