Condition not triggered
-
Hello,
Can someone tell me if i can do that:
I want to modify stops only if trailing Stop not Triggered.
How can i do that?
Thank you
-
@mpantogi can you explain a little furter what you want to achieve? You can set a distance (trailing offset) from where the trailing stop would start and if you want to set it in break even before the trailing starts then you need to set a break even set point before said trailing start.
-
@Andermaiden2nd What i wanted to do is to run the modify order only if trailing stop not trigerred.
I think i found a way to do that:

The buyStop is an other variable which i have it in my main EaThank you
-
If your trailing stop is not triggered then you're still in a trade yeah? So use "IF Trade".
Your custom code won't work, you need to prepend your variables in custom code with v::
if you're using global variables (e.g Variables you assign in FXDreema menu on the left).
But you should just check if you're still in a trade by using "If Trade"...