Registered User Joined: 10/7/2004 Posts: 9
|
Been going nuts trying to do this.. can you please help?
I am trying to create a weekly scan, where the weekly high is < 5pd moving average (simple).
Appreciate,
Paul
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If the Moving Average is 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) / 5
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
|