PureBytes Links
Trading Reference Links
|
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@xxxxxxxxx>
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 --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|