Trailing stop doesn't work
-
Hello all!
I have a matter. Maybe simple to solve for you. When my candle reach a line, the stop loss change. It is ok from there. But I want a trailing stop from this new stop loss, 1 pip step. But the stop loss doesn't move anyway. Why?
My project is as follow: When a candle move to "TPL4" line, the stop loss move from his previous level to "S2" (Pivot size in market properties). But from there, if the price move higher, the stop loss need to move higher too, with the price, but the stop loss doesn't move...
Thank you
-
For, precision, the SL move to S2 level but after it doesn't move anyway. But I want it moves higher every 1 pip
-
With Pivot Point, you may have to use Modify Stop block instead of Trailing Stop......
Someone else might have an idea too*
-
Thanks. I already use it and it works when you want to define a new stop loss level but never when you want, after that, the SL move with the price
-
What you need is two completely separated and different structures to do that. Once for the first move to the line and then a new one controlling the 1 pip move.
-
Yes you are right. How can I do that?