Registered User Joined: 12/2/2006 Posts: 8
|
Hi its me again, I thought I was doing this pcf right but I don't think I am, I want Todays open to be greater than yesterdays close by 5%, here is what I tried:O > ((C - C1) / C1 * .95) where have I gone wrong?
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
O / C1 >= 1.05
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|