PureBytes Links
Trading Reference Links
|
What about using the HighestSince() function?
Does this solve your problem?:
PP:=Peak(1,3,%);
HP:=HighestSince(1,PP,H);
Hope this helps.
wabbit :D
--- In equismetastock@xxxxxxxxxxxxxxx, chichungchoi <no_reply@xxxx>
wrote:
>
>
> Do you have any idea on how to solve following problem?
> I would like to find the Highest High Value from the last Peak and
> assign this value into HP variable, but there is a problem for
using
> PREV from LastValue, since PREV may refer to HP instead of BarsSince
> (PP)
> PP:=Peak(1,3,%);
> HP:=HHV(H,LastValue(1+BarsSince(PP)+PREV-PREV));
>
> Does anyone have any suggestion please?
> Thank you
> Eric
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|