Registered User Joined: 5/11/2012 Posts: 16
|
Hi
I have been trying to create an a easy scan which scans for the following:
- Price above the 5 sma & below a declining 50 sma
- Price within 2% of the declining 50 sma
Any help on how to do this would be much appreciated.
Cheers
|
Registered User Joined: 5/11/2012 Posts: 16
|
Sorry meant a PCF which I can use in an Easyscan.
Cheers
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Condition Formula:
AVGC5 < C AND .98 * AVGC50 <= C AND C < AVGC50 AND AVGC50 < AVGC50.1
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: 5/11/2012 Posts: 16
|
Thanks ! :)
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|