Double Trailing Stop
-
Hello
I am building an EA and I would want to use two trailing stops depending on the price level and the position profit.
The first TS should work as it is. It means that the SL level is only modified according to its settings (pips and step). For this TS I would like to stop its job when a price level is reached (for example, open price) or the block "Break Event Point" has worked.
The second TS should work over a threshold.
I have built an example and I appreciate if somebody can take a look to give me opinion and suggestions because I am not sure this is correct as there are 2 TS blocks.

Thanks
-
This block just does what it is supposed to do. When it runs, it works, and it works over any trade (there is a loop inside) that it could find. There is no connection between this block and any other block, its like a black box. So this block doesn't know anything outside its own world. And what it does is to check where is SL compared to the current price, and depending on the settings, to move it.
-
Hello fxDreema
Thanks for your answer. Now I understand better the behavior of the "Trailing Stop" block.
So, if I have a TS block which is working properly and I have a condition that states: if the price reaches one level, the "modify stops" block move the SL to this level. Should the TS work as it was doing before but from that level?
Like this


Thanks