Is there a simple command to find out when the high or low
of a chart bar occured.
For example;
I beleive this will indentify the time the current bar started or open at the current chart interval;
sTime = (getHour()*100) +getMinute();
I was mostly hoping I would not have to comb through
a lower intervals databars to get an approximation of
when a high or low occurred on a particular bar.
-Terry
of a chart bar occured.
For example;
I beleive this will indentify the time the current bar started or open at the current chart interval;
sTime = (getHour()*100) +getMinute();
I was mostly hoping I would not have to comb through
a lower intervals databars to get an approximation of
when a high or low occurred on a particular bar.
-Terry
Comment