Registered User Joined: 3/16/2005 Posts: 9
|
I was unable to calculate my PCF O1 > C2 * 1.1 AND O > C1 * 1.02.
This formula looks for stocks that rise 10% one day and rise by 2% the next day. Is the above written correctly?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Your Personal Criteria Formula checks for the yesterday's open to be more than 10% higher than the previous day's close and the current open to be more than 2% above yesterday's close. It seems to calculate just fine on my computer. What happens when you try to update it on your computer?
If you are looking for a net percent change, you may wish to try the following instead:
C1 >= C2 * 1.1 AND C >= C1 * 1.02
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF) Handy PCF example formulas to help you learn the syntax of PCFs! PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|