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

Re: Brain teasers (are these known TradeStation bugs?)



PureBytes Links

Trading Reference Links

The program uses an internal timer that could also trigger the infinite loop
message.  If your computer is already running slow then this timer is most
likely going to run out before you loop is completed.


Best regards,

Benjamin "ElGuru" Blanco
http://www.blancofamily.net/elguru

----- Original Message -----
From: "Mike Eggleston" <mikee@xxxxxxxxxxxxxx>
To: "Rich Schaaf" <rschaaf@xxxxxxxxxxxx>
Cc: <omega-list@xxxxxxxxxx>
Sent: Tuesday, July 16, 2002 9:09 AM
Subject: Re: Brain teasers (are these known TradeStation bugs?)


On Mon, 15 Jul 2002, Rich Schaaf wrote:

> Problem 2:
> (TS2000i and TS6): The following error shows up (only occasionally):
> "Infinite loop detected in this analysis technique.  Check all 'FOR'
> and/or 'WHILE' loops for proper termination conditions."
> The study in question uses only two simple "for i=1 to 5" loops.

If you change the value of 'i' while the for is running, it might generate
this type of error.

Mike