PureBytes Links
Trading Reference Links
|
Harold - the "X" in the alert line is for you to
substitute with the number of periods you require. Simply amend to:
Alert(colA,10). David
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=no_reply@xxxxxxxxxxxxxxx
href="">hcour
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Saturday, September 20, 2003 11:46
AM
Subject: Re: [EquisMetaStock Group] FVE
Divergence Scan?
Thanks David, but I would like it to be at 2 or -2 for at
least x days. For example, at least 10
days.Thanks,Harold--- In <A
href="">equismetastock@xxxxxxxxxxxxxxx,
"david castley" <drc1939@x...>
wrote:> Harold - try this filter in Explorer:> When( colA =
2) OR (colA = -2)> AND> Alert(colA,X)> > I think
cola should be fml("FVE Diverge")> All the best,
David> ----- Original Message ----- >
From: hcour > To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Saturday, September 20, 2003 12:38
AM> Subject: [EquisMetaStock Group] FVE Divergence
Scan?> > > This is code for an indicator that
shows divergences between FVE and > price:>
> "This formula plots a 2 when the FVE slope is positive
and price > slope is negative, and plots a -2 when the FVE
slope is negative > while price slope is positive. At all
other times, it plots a zero."> > ___>
> pds:=Input("period for
FVE",10,80,22);> pds1:=Input("period for regression
line",5,100,35);>
mf:=C-(H+L)/2+Typical()-Ref(Typical(),-1);>
fve:=Sum(If(mf>0.3*C/100,+V, If(mf<-0.3*C/100,
-V,0)),pds)/Mov> (V,pds,S)/pds*100;>
If(LinRegSlope(fve,pds1)>0,1,-1)->
If(LinRegSlope(C,pds1)>0,1,-1);> ___>
> I call the indicator "FVE Diverge". Is it possible to
write a scan > that would find stocks that have been at
2 or -2 for X periods? If > so, would it be something
like this:> > Col A: FVE Diverge>
Filter: colA = 2 OR colB = -2> > I don't know how to
put in the number of periods.> > Thanks for any
help,> Harold> >
> Yahoo! Groups Sponsor
>
ADVERTISEMENT>
>
> >
> To unsubscribe from this group, send an email
to:> equismetastock-unsubscribe@xxxxxxxxxxxxxxx>
> > > Your use of Yahoo! Groups is subject to
the Yahoo! Terms of Service.To
unsubscribe from this group, send an email
to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|