| 
 PureBytes Links 
Trading Reference Links 
 | 
On Tue, 16 Jul 2002, Terry B. Rhodes 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.
> >
> 
> 
> Don't use i in your programs. It stands for open interest in EL.
> Using i can lead to all kinds of weird behavior.
> 
> regards,
> 
> tbr
> 
good call; I always use loop and loop2
 
 |