candle condition
-
hi to all, is there a condition i can compare the last candle with the previous, for example the closure o candle x < closure of canlde x-1??? thank you
-
use the candle ID field in the condition block
candle id 0 = current candle
id 1 = previous
id 2 = candle before id 1
and so on -
will try so, thank you