ISSUES WITH TRAILING STOP
-
https://fxdreema.com/shared/VTjTP2Vxe
I have a question how can I make the stop trail behind the previous candle instead of just a set pip amount?
Right now its going behind the previous candle that the trade is open on however it doesnt keep following price movement up. Its just staying in the same spot.
Also what if I wanted to trail the stop based on fractals how do I make go under the last fractal that formed?
-
@pippusher618 the problem is that you have linked the trailing stop under "once per bar" block
remove that link and put the trailing stop alone under a "pass" block -
Thank you sir that worked how ever it only trails the most recent trade how can I make sure it trails all open trades

Stops are supposed to be under the most recent fractal pointing down.
-
-
@ambrogio
IT WORKED!!!! YOUR A GENIUS!!! -
@ambrogio
Here’s a dumb question if I’m running my ea can I move the stops manually or will it just keep changing it? -
@pippusher618 I'm not sure, you can try in demo and see
-
The EA will modify the stops exactly the same way as if you did not intervene. If conditions within the block are met, the stop will be moved. Otherwise, it will not.

