% trailing stop percentage
-
want to follow the trailing stop position with a percentage starting from the entry price. Is it possible to do this?

-
You can do this by taking the tp, dividing by 100, multiplying by your %, saving it into a variable, and using it in your trailing block. https://fxdreema.com/shared/gEpnIswje
-
https://fxdreema.com/shared/g9W7WDTnb
Thank you for your response. I tried to add your work to my EA, but I couldn't. I'm new to Fxdreema.
Can you add to the EA whose link I added?
I couldn't understand how this worked.
Does it work as a certain percentage (5/10%) of the percentage of take profit (5%)?
When I enter the position I want, I want the trailing stop to follow the last price 2% below. As in the example excel post above
-
The trail needs the variable, the SL will follow x% behind price.