[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HighM function and loops



PureBytes Links

Trading Reference Links

I've been experimenting with the HighM, LowM, etc. functions lately. Can
someone tell me why the following do not produce the same result?

#1:
Print (HighM(1), HighM(2), HighM(3));

#2:
For Counter = 1 to 3 begin
    Print (HighM(Counter));
End;

#1 produces the result that is expected: the highest highs for the last
three months.
#2 produces a result that I can't figure out. I don't know where it comes
from. Try this code for yourself. Any ideas?


Blaine Mathieu
Turning Point Trading Inc.
Alberta, Canada