You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Hello
2 questions concerning intraday bars .
1)How to determine the highest or the lowest of a bar at a precise time in the day?
2)How to determine the highest or the lowest of a bar, at x bars after the opening?
Thanks,

Quote from DAN34:
Hello
2 questions concerning intraday bars .
1)How to determine the highest or the lowest of a bar at a precise time in the day?
2)How to determine the highest or the lowest of a bar, at x bars after the opening?
Thanks,
Maybe try something like
var:myH(0);
If time=(enter time here) then
myH = High;