How to modify Stop loss
-
Please how do I modify my stop loss to the low/high of the previous day dynamically; for instance in a buy trade, as long as price never comes to the low of the previous day, I want my stop loss to be moved to the low of the previous day EVERYDAY.
Thanks
-
@econsulttt This is the way to do it for buys:

-
@l-andorrà Thank you so much. I really appreciate your help. Thanks a zillion times.
It is now working as expected, I only changed the GREATER THAN part to achieve my aim.
-
@econsulttt I'm not sure that logic is correct. Why do you need to select that 'different from' option?