How to create condition "Candle1 < Candle 2 to 5"
-

As the title says I am trying to create a condition where if candle 1 is less than candles 2 to candle 5, the image is what I have so far but I am not sure if it is using a candle range or if it is just comparing candle 1 to the single candle, candle 5.
If it is just using candle 1 < candle 5 (alone) how to I create the condition candle 1 < (candle 2, 3, 4, 5)/
Thanks
-
candle 1 (open/close(etc) < market properties (low/how 2-5)
-
is this correct? I changed end candle to 6. What is difference between using candle ID and price value? Which is correct?
Thanks.
-
You want price value, ID is the candle number
