I am trying to get the value of 3:15 in 1 hour candle using request.security_lower_tf I got the array of data but I need to get 3rd candle close data to retrieve a value but when I try to access the value I am getting an error
arrClose = request.security_lower_tf(syminfo.tickerid, "5", close) data = array.get(arrClose,2)
keep getting message out of index when my size is 12