Emerson Gomes: I would like to have some code to automatically activate the native MQL5 Trailing Stop function to my orders. That being equivalent to right click an order, and set the number of Point under "Trailing Stop". I was expecting this to be simple enough but I haven't found a way to do it. Is this achievable without writing my own full TS code?
Not possible to activate the terminal's trailing stop feature from MQL! You have to write your own trailing stop code for that. There are many different types and examples in the CodeBase.

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
Hello,
I would like to have some code to automatically activate the native MQL5 Trailing Stop function to my orders.
That being equivalent to right click an order, and set the number of Point under "Trailing Stop".
I was expecting this to be simple enough but I haven't found a way to do it. Is this achievable without writing my own full TS code?