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

Re: Indicator Code



PureBytes Links

Trading Reference Links


Hi Jim, thanks for the response.

How and what does it count? What is the advantage of using For to's instead 
of the MRO function?





>From: "Jim Bronke" <jvbronke@xxxxxxxx>
>To: "Jody Ellis" <ellis_jody@xxxxxxxxxxx>, <omega-list@xxxxxxxxxx>
>Subject: Re: Indicator Code
>Date: Sun, 8 Jul 2001 17:41:07 -0700
>
>j is just a variable(it could be i,k,l,m, etc),  1 is where you start 
>(helps
>to be simple) and length is the variable that defines where you stop. It 
>can
>be changed in the input statements. The loop increments by one each time it
>goes through.
>
>
>Jim Bronke
>Phoenix, AZ
>
>
>
>----- Original Message -----
>From: "Jody Ellis" <ellis_jody@xxxxxxxxxxx>
>To: <omega-list@xxxxxxxxxx>
>Sent: Sunday, July 08, 2001 5:27 PM
>Subject: Re: Indicator Code
>
>
> >
> > Hi Bob,
> >
> > Can I just ask for a quick explanation on how a "for j = 1 to length"
> > statement works and for what purpose it is used for? I understand that 
>it
>is
> > a loop that counts the number of times a condition occurred, but what 
>are
> > the specifics of the j = 1 etc?
> >
> > Thank you.
> >
> >
> >
>