Trailing Stop not working
-
Hee,
I tried many different options to get my trailing stop working, but it isn't doing anything. I don't know what I'm missing here. Maybe someone else knows...?
I simplefied my project to absolute entry and exit the trade with a trailing stop. Still not working, see link to shared project.
https://fxdreema.com/shared/8ZHeTOble
Acutually I need to make my TSL based on value of the ATR but even the normal very simple 'trail by pips' is not working....
-
@sizqa "once per bar" at the top is your problem. Put the trailing alone below a "pass" block

-
Thanks. Now it looks like it is adjusting the TSL 1 time per trade...Is that possible?
In my complex system it's not working so I think I need to check what gets in the way of my TSL
-
@sizqa i don't understand if you have solved or not
-
@sizqa said in Trailing Stop not working:
nk I ne
First not, but now after trial and error I did. Now I have the next problem. I also have logic to put my SL to break even after hitting 1ATR. Bought my break to even stop and my trailing stop logic are working, but if I have them bought in place, only the trailing stop is working.
Do you know how I can make sure they are not in conflict with each other?
-
@Sizqa If you backtest and you profit more or break even you would probably be where you want to be. That's it. Share what you got so everyone can see it because explaining it as a second language is difficult. Gabiche?
-
Never mind.... I got it working now. In the chart it is not always visible if the stop is modified. If I look in the results tab I see bought, stop te break even and trailing stop are working fine. Thanks anyway