Registered User Joined: 11/15/2006 Posts: 7
|
hi, I'm trying to write a PCF and am having a little trouble with it. what I am trying to do is take the 52 week high, subtract the 52 week low, and then find stocks that are between 25% and 50% above the low. I'm hoping that would give me stocks that have bottomed and are moving up. what do you think?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
STOC252 >= 25 AND STOC252 <= 50
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF) Understanding Stochastics Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|