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

Re: Floating Point Numerical Overload



PureBytes Links

Trading Reference Links

Thanks Bob... what turned out working was the following:

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

Much appreciated,
 Gene

> 
> Value1 = Average(Price,Len);
> Value2 = Xaverage(MyAvg,Len);
> MyAve  = Value1 - Value2;
> 
> Bob Fulks
>