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

RE: two cents on comparison test in Omega



PureBytes Links

Trading Reference Links

I've been a following this thread from the start and I
have to say there are bugs and there is non-robust
code.  Here I'd say the Omega DMI code was bad, not
the internal engine, which is merely lame.  There is
no reason to expect equality to work.  Any real
programmer (not CME pit/football traders) should know
that roundoff error makes the "=" sign useless in many
OSes/languages/compilers.

My $0.02.

Jack

> >     Value1 = 10.3 - 10.2
> >     Value2 = 10.2 - 10.1
> >         If Val1 <> Val2 Then