PureBytes Links
Trading Reference Links
|
Try this:
Donchain Channels
===========================
Periods:= Input("Enter number of periods", 5, 200, 20);
UpperChannelLine:= Ref(HHV(HIGH, Periods), -1);
LowerChannelLine:= Ref(LLV(LOW, Periods), -1);
UpperChannelLine;
LowerChannelLine;
(UpperChannelLine + LowerChannelLine)/2;
{End}
--- In equismetastock@xxxxxxxxxxxxxxx, mingsum lioa <mlioa@xxx> wrote:
>
> Hi all,
>
> I want to build a indicator that will track highs and lows. I try to use the Higher High Value
>
> function to track the Highs but do not know how to track the High lows.
>
> Can anyone offer some help?
>
> Thanks
>
> CM
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
equismetastock-digest@xxxxxxxxxxxxxxx
equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|