Hi I’m trying to get the highest close and lowest close of the day so far. So I can use the code below to get the low and high so far today but I would like to get the close of the highest and lowest candle today. TodaysLow = DLow(0) TodaysHigh = DHigh(0) DailyClose = DClose(0) Can anyone help please? Thanks Rob