I came across this code on this website:
http://trader.online.pl/MSZ/e-w-High_and_Low_of_the_First_Hour.html
Code:
High
and Low of the First
Hour
H1st:=ValueWhen(1,Hour()*100+Minute()=1000,H);
L1st:=ValueWhen(1,Hour()*100+Minute()=1000,L);
H1st;
L1st;
This
would show on the hourly chart what the high and low were at 10:30 AM
ET.
What changes would I make if I wanted the 10:30 to 11:30 H/L value
be? Or, make an indicator that would show those values on the hour, throughout
the day, almost like a updating indicator, based on the last time
frame?
Thanks for any suggestions.
Big