Why is my trailing stop not working?
-
I do have several open trades which are making more than 10 pips profit. I have placed the following block in the "On Tick" event. Based on this block, I should see the "Stop Loss" being set for my open trades.

-
Connect this block to some other, let's say "Pass". This "Pass" block does nothing at all, but it's used when you want to run another block that is normally not connected to anything. The rule is that for a block to work, it must be connected with another block. All disconnected blocks are removed from the output file.