how to make condition that indicate when candles touch the moving average the first touch
-
Hello my friends
I want to know how to make a condition that indicates the first touch of a candle to a moving average after the crossover of two moving averages -
@mateen Then you will have to use flags and the pass once blocks, flag to record when the cross has happened, X> or X< and candle closing on the right side will mimic the touch.
-
@jstap said in how to make condition that indicate when candles touch the moving average the first touch:
@mateen Then you will have to use flags and the pass once blocks, flag to record when the cross has happened, X> or X< and candle closing on the right side will mimic the touch.
Can someone please provide a link to an example of this? Thank you!
-
@jjtrader Set up a project doing the first thin so you can visually check, then you can ask if something's not working and add other conditions.