Registered User Joined: 12/1/2008 Posts: 4
|
I need assistance in creating a Personal Criteria Formula to scan for stocks where the 34 ema is 18% to 20% higher than the 8 ema. Could you help me define this formula?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
1.18 <= XAVGC34 / XAVGC8 AND XAVGC34 / XAVGC8 <= 1.2
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
Moving Average PCF Templates
Things to check if your moving averages don't "seem right" or "seem to match"
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/1/2008 Posts: 4
|
Thanks for your help Bruce!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|