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

Re: Back references and functions


  • To: William Brower <1000mileman@xxxxxxxxxxxxxx>
  • Subject: Re: Back references and functions
  • From: "Terry B. Rhodes" <trhodes3@xxxxxxxxx>
  • Date: Sat, 14 Apr 2001 17:09:44 -0700
  • In-reply-to: <200104131607.JAA13261@xxxxxxxxxxxxxx>

PureBytes Links

Trading Reference Links

Could you please name a function that doesn't work using the
first method.

thanks,

tbr

William Brower wrote:
> 
> Actually, both methods work, however you will find that some functions
> return incorrect results when the [10] is placed inside the function.  To
> insure correct results all the time, place the [10] outside the user function.
> 
> At 04:35 PM 4/13/01 -0700, you wrote:
> >Hi,
> >
> >I believe either
> >
> >         Highest(H[10], 5)
> >
> >or
> >
> >         Highest(H, 5)[10]
> >
> >will work.  The first is better in that it doesn't create a
> >series for the highest() function.
> >
> >regards,
> >
> >tbr
> >
> > >
> > > What is the ELA code for the highest high for the 5 minute range ending 10
> > > minutes ago?  i.e.
> > >
> > > maxlist(h[5],h[6],h[7],h[8],h[9])
> > >
> > > or how about
> > >
> > > MaxList (h,5[10])   ???????
> > >
> 
> Bill Brower
> Email: 1000mileman@xxxxxxxxxxxxxx
> Web Site: insideedge.net