PureBytes Links
Trading Reference Links
|
Roger,
As always MC has provided a very good formula. Here's something else
you may want to look at.
In the files section you will find a file called "Using Latches in
MS.doc" by Roy Larsen. It is a good explanation of latches and how to
use them.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Roger D & Carolyn Berry"
<berry2@xxx> wrote:
>
> Just what I was looking for. Thank you very much.
>
> Roger
> ----- Original Message -----
> From: p_panther_73
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Thursday, August 28, 2008 1:39 PM
> Subject: [EquisMetaStock Group] Re: Filtering An Exploration
>
>
> Well, this may be done by applying the following filter:
>
> buy:={yourBuySignal - in case there are more than one entry rules
> place an <or> here};
> sell:={yourSellSignal};
> buySignals:=Cum(buy);
> afterSellBuySignals:=buySignals-ValueWhen(1,sell,buySignals);
> afterSellBuySignals>0 AND afterSellSignals<=3 AND buy
>
> Regards,
>
> mc
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "stockfool22003" <berry2@>
> wrote:
> >
> > Hi Everyone.
> >
> > I use a system that usually generates several buy signals
before the
> > final sell signal. Is there any way in 10.1 to filter an
> exploration,
> > so that only stocks with three buy signals or less since the
last
> sell
> > signal are considered for the report? Thanks for any help
anyone
> can
> > provide.
> >
> > Roger
> >
>
------------------------------------
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/
|