PureBytes Links
Trading Reference Links
|
Hi gang,
Ran into a couple of quirks in ts4 easylanguage...the average functions
myfunction is a negative number, but it can be positive too...
first... xaverage(myfunction, 1) is not equal to myfunction. I assume this
a single precision issue? Not a huge deal at the moment.
Next... average(xaverage(myfunction, 1), 10) returns a correct number.
However average(myfunction, 10) has no correlation to myfunction at all.
I'm stumped.
Any ideas on problem #2?
Thanks,
Chris
|