BE and Trailing Stop Modify
-
Hi guys. I can't figure out how would I do my logic for my BE And Trailing Stop. Hoping you can help me.
The Logic is this:
For BUY Positions
If Candle 1 Close above Open Price Set SL to BE
then for Trailing Condition
If Candle 1 Close Above Candle 2 High Trailing SL to Candle 1 Low.for Sell Positions its just vice versa.
Thank You!!!!!
-
And what happens when both conditions are true at the same time? Yes, I know that can happen very rarely, but you need to take that into account too.
-
@l-andorrà what I mean is. After the BE is set then it only trails
-
@ellemitless Then you can do this (for buys only):
https://fxdreema.com/shared/wCTDhILhe
You'll need to replicate it for sells.
-
@l-andorrà thank you so much brother!!!
-
@ellemitless You're welcome.