PureBytes Links
Trading Reference Links
|
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 equismetastock@xxxxxxxxxxxxxxx, "david castley" <drc1939@xxxx>
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.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20. Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|