Registered User Joined: 8/25/2010 Posts: 117
|
Bruce,
Can you create a pcf with the following criteria:
Price closing above the 5ma on 7 consecutive days
Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following Condition Formula is based on a 5-period simple moving average:
C > AVGC5 AND C1 > AVGC5.1 AND C2 > AVGC5.2 AND C3 > AVGC5.3 AND C4 > AVGC5.4 AND C5 > AVGC5.5 AND C6 > AVGC5.6
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|