PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5051
------------------------------------------------------------------------
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
----- 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?
>
>
>
> 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/
>
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sell a Home with Ease!
http://us.click.yahoo.com/SrPZMC/kTmEAA/MVfIAA/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/
|