PureBytes Links
Trading Reference Links
|
Thanks for the reply Preston. That should do the trick. Thanks again.
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Something like this?
>
> hlpds:=Input("HHV / LLV Lookback Periods",0,2000,100);
> hi:=HHV(HIGH,hlpds));
> lo:=LLV(LOW,hlpds));
> hi-lo;
>
>
> Preston
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "skypilot_jw" <jweidner@>
> wrote:
> >
> > I am having trouble in plotting a trailing stop. I think I should be
> > using the "LowestSince" function, but I do not quite understanding
> the
> > syntax in the MS manual.
> >
> > What I am trying to do is to determine the highest High value in the
> > last 40 bars minus the lowest Low value since that highest high and
> > subtract this total from the highest High value, and plot the result.
> >
> > I get the HHV(H,40)but cannot figure out the rest. Can someone
> please
> > help me with this.
> >
> > Thank you.
> >
>
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:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto: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/
|