Hello. Maybe someone can give me a hand? I want to open a position, if the close of the current candle is above the highest n-th close. So far, I’ve found this: if ( close > Highest[n] (close) ) then Is that so correct?