PureBytes Links
Trading Reference Links
|
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
|