how can i make moving lines?
-
hi everyone.
im just wondering if i can draw and object like a line and then it moves with price when ask or bid cross of it. for example, with 5 pips distance.
does it possible? -
Put the price in a variable, draw from the variable, in a condition use candle 0 close < or >the value then + or - 5 pips in adjust, under change the variable number to current candle 0 close
-
@jstap thanks a lot. i think this one working