PureBytes Links
Trading Reference Links
|
--- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
> Try this. It works with some functions and not others.
>
> A:=Int(Abs(CMO(C,9))/10)+1;
> B:=HHV(C,LastValue(A-PREV+PREV));
> B;
>
> Roy
Hi,
I've seen this before and I'm puzzled. Why is it necessary to add and
subtract PREV when LastValue(A) seems to work well all by itself?
Thanks.
kut2k2
>
> ----- Original Message -----
> From: "ihh3" <no_reply@xxxxxxxxxxxxxxx>
> To: <equismetastock@xxxxxxxxxxxxxxx>
> Sent: Tuesday, October 08, 2002 9:35 PM
> Subject: [EquisMetaStock Group] HHV(close,n)
>
>
> > N:=Input("A",1,10,5);
> > A:=Abs(CMO(C,9))/10;
> > { N:=A; ??? }
> > HHV(C,N);
> > {This variable or expression must contain only constant data}
> >
> > the hhv(c,opt1); is permitted.
> > the hhv(c,input("a",1,10,5)); is permitted.
> > but hhv(c,abs(cmo(c,9))/10); in not.
> >
> > anyone know how to have a multi-period HHV?
> >
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading!
Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/cjB9SD/od7FAA/AG3JAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|