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

RE: Floating Point Numerical Overload



PureBytes Links

Trading Reference Links

>>. what turned out working was the following:

Value1 = Average(Price,Len);
Value2 = Xaverage(Value2,len);
MyAve = Value1 - Value2;

------------------------------

Nothing appears to be driving VALUE2.

- mark