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

Re: Odd calculation problem



PureBytes Links

Trading Reference Links


-----Message d'origine-----
De : Bob Fulks <bfulks@xxxxxxxxxxxx>
À : fritz@xxxxxxxx <fritz@xxxxxxxx>
Cc : Omega-List <omega-list@xxxxxxxxxx>
Date : vendredi 19 janvier 2001 00:05
Objet : Re: Odd calculation problem


>TradeStation has all sorts of weird behavior if you use complex expressions in plot statements and print statements.
>
>It is always safer to do the calculations in expressions and then plot/print only the value of a single variable.
>
>It looks as if they do not parse complex expressions correctly is such statements.
>
>Bob Fulks
 

You are absolutely right.
Always avoid to calculate anything in a plot or print statement, even with simple expression.
Always do  it  in a variable, and use this variable into the plot / print statement.

PO