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

Re: Floating Point Numerical Overload



PureBytes Links

Trading Reference Links

You're correct Mark, my mistyping.

Substitute Value1 for Value2 in the Xaverage.

Is there a reason why Bob's version didn't work either? (Substituting MyAve
for Value2 in the Xaverage)

Best regards,

Gene

----- Original Message -----
From: "Mark Jurik" <mark@xxxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Sunday, October 06, 2002 10:42 PM
Subject: RE: Floating Point Numerical Overload


> >>. 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
>
>
>
>