Triggering Trailing Stop and Break Even
-
Question 1:
How do I get a Moving Average Crossover to trigger only when a crossover has occurred and there is a distance of 'n' pips between them.
Question 2:
I have been unable to get the Trailing Stop and Break Even blocks to trigger in an MT5 back test. Please can you help?
https://fxdreema.com/shared/trTebwyld
Sorry for several questions in one, you advice is greatly appreciated.
-
There is "Adjust" field to add "n" pips to some indicator in "Condition", but I'm not sure that it will work as expected when checking for crossover, because for crossover there are 2 checks and if you add 20 pips, 20 pips will also be added to the value of the indicator for the previous candle. But maybe this is what you want.
I have many stops modifications, it appears that Trailing stop is working fine for me: http://prntscr.com/9wgqlb
-
Thank you. I managed to get the Trailing Stop to work again, I'm not sure what was wrong. Many thanks.