Get price at certain time
-
Hi folks, I am trying to figure out if there is a way to get ask/bid price at certain hh:mm.
I am aware of the "get highest/lowest price" from candle period or time period.
But what if I only want one value? Like the price of ask at the first tick of 21:30 for example. Anyone knows how to get that?
-
@piptheripper Unsure how you are choosing a time but you can do it like THIS.
-
@piptheripper If you need to be very precise with that specific time, you can try this on the 'on timer' tab instead:

jstap's solution works correctly as far as a tick is arriving to the platform at that exact time. If no tick arrives then, there would not be any result.
-
Thank you so much guys! Really appriciate it!
-
@piptheripper You're welcome.