1st 15 mins candle OHLC

Hi,

I would like to get the High and Low of 1st , 15 min time frame candle of the day using steak.

I am trying Prev N(Low,1,day). Not sure of this is correct.

Also, how to obtain current candle open price in streak

@Streak

You can use the Opening range indicator for using Open high, low and close of 1st 15 min candle

You should use Opening Range(High,15min)

For the current candle open, you need to use Open(0)