Registered User Joined: 10/7/2004 Posts: 9
|
Can you please help? I am trying to create a simple scan for weekly charts..
I would like to scan for the high on the weekly chart to be < 10 period moving average.
Appreciate the help,
Paul
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If the Moving Average is Simple and of the Close of each Week (based on rolling 5-Trading Day Bars), you could use the following Personal Criteria Formula as an EasyScan Condition:
MAXH5 < (C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45) / 10
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
Using EasyScan to find stocks that meet your own criteria
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
|