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

Re: HighM function rehash



PureBytes Links

Trading Reference Links

Very profound!
Randy Murphree

----------
From: Blaine Mathieu <bmathieu@xxxxxxx>
To: Omega mailing list <omega-list@xxxxxxxxxx>
Subject: HighM function rehash
Date: Thursday, April 30, 1998 10:25 AM

Some of you may remember my posting of another "feature" of EasyLanguage
regarding HighM/LowM/etc. Just another example of how "EasyLanguage"
behaves
like no other programming language in the world. Here is my original
question to Omega followed by their informative answer:


Blaine Mathieu
Turning Point Trading Inc.
Alberta, Canada

*****
Inquiry = I've been experimenting with the HighM, LowM, etc. functions
lately.

Can you 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?



Answer:

Dear Mr.Mathieu,



Your second method is an improper configuration of the function.



Sincerely,

Aaron Jackson

Easy Language Specialist