
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.