How to do current price > high of the previous candle ?
-
Hi,
I am trying to write a condition where the current price > high of the previous candle but I could not find the right building blocks to do so.
Could you give me some hints ? -
@mndiarra as you can see on the right side, candle ID is "1" which is the previous candle. the way it goes is "0" for current "1" for the previous and "2" for the one before that and so on.

-
@q8carpenter Thanks a million. I knew ID "1" is the previous candle but I was not aware of the Ask price.