PureBytes Links
Trading Reference Links
|
Hi Roy,
Thanks once more for all your help so far. Yes you're right, I
should have been more accurate in my original post and will remember
that in future. I have tried your revised code and am not sure how
it's making its readings. The only security with a positive result
in my universe of stocks was for Alumina (AWC) which is good as one
would expect, as noted, a very small hit rate from such an
exploration. However when I open the chart for AWC with the
indicator on it and look back 6 months its current reading is not the
lowest one during that period.
Warm Regards,
Tony.
--- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
> Hi GB
>
> You didn't mention filtering in your original post. Your
word "shows" is ambiguous so naturally I
> understood something different from what you intended. Try this in
the filter. I would imagine that
> it would have a very small hit rate; maybe less than 1%?
>
> Signal:=4*(Std(C,20))/Mov(C,20,S);
> Signal=LLV(Signal,63);
>
>
> Kind regards
>
> Roy Larsen
> www.metastocktips.co.nz
> Free formulas and MS links
>
>
>
>
>
> ----- Original Message -----
> From: "bandwidthuser" <bandwidthuser@xxxx>
> To: <equismetastock@xxxxxxxxxxxxxxx>
> Sent: Wednesday, December 01, 2004 11:30 AM
> Subject: Re: [EquisMetaStock Group] Bollinger Bandwidth
>
>
> >
> >
> >
> >
> >
> > Hi Roy,
> >
> > Thanks for your reply. I placed the code provided into the
> > exploration filter but it did not seem to work (no securities were
> > rejected). As mentioned what I'd really like is to be able to
find
> > filter on securities which are displaying their lowest BB reading
for
> > the past 180 days.
> >
> >
> > Warm Regards,
> >
> > GB.
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
> > wrote:
> >> Hi GB
> >>
> >> Try this.
> >>
> >> Signal:=4*(Std(C,20))/Mov(C,20,S);
> >> LLV(Signal,63);
> >>
> >> Kind regards
> >>
> >> Roy Larsen
> >> www.metastocktips.co.nz
> >> Free formulas and MS links
> >>
> >>
> >> > How do you write an exploration which shows the lowest
Bollinger
> >> > Bandwidth Indicator "4*(std(C,20))/mov(C,20,S)" reading for a
> >> > security for the past 6 months?
> >> >
> >> >
> >> > Reagards,
> >> >
> >> > GB.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
------------------------ 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/
|