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

Version 3.x TE and TS bug



PureBytes Links

Trading Reference Links

Please note that a bug has been found in the 3.x versions of both TE and TS
included in my mailouts over the past couple of days. The problem that has
shown up is the "small rounding error" that is prone to occur in MetaStock.
The variable affected is 'Nd', the entry delay period.

The interim fix is to change the line
Nd:=LastValue(Int(Frac(Cp/100)*10));
to
Nd:=LastValue(Int(Frac(Cp/99)*10));
in all 3.x versions of TE and TS.

Please take this opportunity to adjust your files as I won't be making
another distribution at this point.

My thanks to Franck Lamotte for pointing out this bug.

Roy