PureBytes Links
Trading Reference Links
|
It sure is a bug, but not Omega's. Its of whomever
wrote that CMO() function. I don't have it in any of
my TradeStations, so unless SuperCharts has functions
that TradeStation does not, this function was written
by someone else.
So check that function, or get whoever wrote it to
have it fixed!
H
--- Owen Davies <owen@xxxxxxxxxxxxx> wrote:
> >Divide by zero errors are caused by just that.
> >
> >Look at the functions that are being called and
> >look at all the demoninators. (etc.)
>
>
> >Divide by zero errors are caused by just that.
> >
> >Look at the functions that are being called and
> >look at all the demoninators.
> (etc.)
>
> Actually, that kind of DBZ error I understand. My
> problem is when I get a divide-by-zero message when
> no division is taking place. The following line is
> what
> causes the problem:
>
> If CMO(n) > CMO(n)[1]
>
> Without that line, the "system" runs fine. With it,
> SC4
> craps out and gives me the divide-by-zero error
> message.
> If you can explain this, to say nothing of providing
> a fix,
> I'd love to know. To me, it looks like a bug.
>
> In any case, thanks for trying.
>
> Owen Davies
>
>
|