Registered User Joined: 2/7/2005 Posts: 4
|
I am looking for a PCF for the following criteria:
Using both BOP w/ MA10 & TSV 18 w/ MA 10 I would like to be able to locate stocks that have both lines cross up through their 10 days MA or on the reverse side both moving down through the 10 MA
Thanks again for your help!!
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
BOP crossing 10ma
((BOP1>BOP10) AND (BOP1.1<BOP10.1)) OR ((BOP1<BOP10) AND (BOP1.1>BOP10.1))
TSV crossing 10ma
((TSV18>AVG(TSV18,10))AND (TSV18.1<AVG(TSV18.1,10)))OR((TSV18<AVG(TSV18,10))AND (TSV18.1>AVG(TSV18.1,10)))
Let me know how it works for you!
- Craig Here to Help!
|