How to move SL to new level?
-
Hello,
I have trying to solve this for days but I´m stuck...Get an entry...
When price hit my support- zone level (+- offset) I would like to move SL to 50% (Δ price open and actual price).
(If I use fixed pips its not a problem... (eg. moving SL to BE +- x pips), but when I try to do this dynamically I´m stuck...:) )
Trying "modify stops".How do I make this working?
Any tip?Help, please...:)
/Markus
-
@meken The pink for each trade block, under a condition block with the reasons to move stop, modify stops block at bottom. You can put something like + - 10 pips in the adjust box, you can also in a condition put a trade condition like stop loss, then adjust by pips, Something like this should do all you want.
-
Yes.. I´m using move stops- block after "for each position"... but have problem to just move SL.
Have tried these settings without success...any tip?
/Markus
-
@meken I have never used *50% only ever +50 pips or something like it in adjust, maybe adding 50% to a single price wont work as there is only 1 reference point to work from, what you can do is create a constant something like "ADJUST" with a value, and then in the adjust box put something like +"ADJUST"pips, this means you can change in inputs to see what works.