PureBytes Links
Trading Reference Links
|
Harold - try this filter in Explorer:
When( colA = 2) OR (colA =
-2)ANDAlert(colA,X)
I think cola should be fml("FVE
Diverge")
All the best, 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 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 DivergeFilter: colA = 2 OR colB
= -2I don't know how to put in the number of periods.Thanks
for any help,HaroldTo
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.
|