Registered User Joined: 12/31/2010 Posts: 81
|
Hello I am looking for a PCF that will show stocks that are
1) Positive for the day
2) Crossing through the 21 day Exponential Day Moving Average
3) And the volume is greater than the volume of any down day of the past 10 days
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
C > XAVGC21 AND C1 <= XAVGC21 AND C > C1 AND V > ABS(C1 < C2) * V1 AND V > ABS(C2 < C3) * V2 AND V > ABS(C3 < C4) * V3 AND V > ABS(C4 < C5) * V4 AND V > ABS(C5 < C6) * V5 AND V > ABS(C6 < C7) * V6 AND V > ABS(C7 < C8) * V7 AND V > ABS(C8 < C9) * V8 AND V > ABS(C9 < C10) * V9 AND V > ABS(C10 < C11) * V10
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 12/31/2010 Posts: 81
|
Thank you so much have a great day
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|