Looking up values in array based on specific time

 

Hi all,

I am quite new to coding, and I'm trying to build an array that stores tick info, including time.

Once the ticks have been stored, I would like then like to lookup tick values within the array corresponding to a specific time hh:mm:ss.

Could someone explain what is the logic/key functions to do so? Including potential tricks to use in case exact time match is not found (ex, finding the closest match)

Many thanks!

Antonio

Reason: