trailing stop options is not generated correctly
-
I have problems with the trailing code. If I generate the mq4 code, the trailing stop options is not generated correctly.
I don´t find the trailig start options in the finish EA.Thanks for your help.

-
Those selected tick boxes are not intended to be included as variables at your final EA. Selecting them as they are at your screenshot means that they will be elegible to be optimized at backtesting.
If you want to modify your trailing stop options you must create one or more variables and then insert them at the places where numbers are shown (100, 10, 40, etc.)
-
Hello,
I have still problems with the take profit.In the "buy" or "sell" condition I set the take profit to "no take profit".
But I have still a take profit action in the finish EA.I have already made other EAs, without this problems.
