Recently, I change my code for closing positon to the function using CTrade function as follows.
trade.PositionClose(Ticket_number);
In this case, how should I add comment to this, like " Magcic number x closed ".I used to make comments if I use trade requests structure, as follows
request.comment = "Magcic number x closed ";
However, I don't know how to achieve this by using CTrade function.I would appreciate any advice.
You agree to website policy and terms of use
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.
Recently, I change my code for closing positon to the function using CTrade function as follows.
In this case, how should I add comment to this, like " Magcic number x closed ".
I used to make comments if I use trade requests structure, as follows
request.comment = "Magcic number x closed ";
However, I don't know how to achieve this by using CTrade function.
I would appreciate any advice.