How to set SL (ATR+High or Low price) of previous candle??
-
Example : open position buy XAUUSD current candle at open price 1758.950 But!!, The lowest price of previous candle is 1757.914 and ATR is 0.892 need to 1757.914 - 0.892 = 1757.022
How to set SL, please....


-
@basmustrich-0Create a variable and save into via a formula block, use this variable as price level in the buy block.

-
@jstap Thanks a lot, but i'm not sure for the flow block, could you please show the example?
-
@basmustrich-0 You can have these blocks separate as the variable will be constantly updated, this can then be used in any block.