Easy way to make SL x2 of Candle 1 size
-
Is there a simple way where i can make my stop loss to be twice the size of candle 1? Im assuming it needs to be a variable but how?
-
Get the pip value, and use adjust to multiply by 2
-
@jstap how do i do that, i have the SL to market properties lowest/highest candles for x period. So how do i get the value and multiply by 2
-
Like this:

-
@jstap Thank you i appreciate that