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

Re: floating point problems



PureBytes Links

Trading Reference Links

Bertrand:

>I am trying to code a relatively big project with TS 2000i at the moment &
>ran into the problem of "floating point numerical overload". Are there any
>"tweaks" I could try in order to overcome this? I know that 2000i has this
>limitations, but since there are very few docs about dll coding for TS, I
>would like to stay in ELA.

The times I have experienced this problem it was due to things like

division by zero, or by something really really small
square root of negative number
chart scaling (my manually set chart scale way off from range of data)

-Alex