Registered User Joined: 4/12/2010 Posts: 14
|
Looking for a formula that will equate C2 to C plus or minus one-thousandth (1/1000). For example...If C2 is $20.00 ...C should close between $20.02 and $19.98. C1 is not needed for this scan. I hope to figure that in later.
If you have any links to creating PCF's, please send them to me. Thanks
Mopman
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You could try using the following Personal Criteria Formula as an EasyScan Condition:
ABS(C / C2 - 1) <= .001
How to create a Personal Criteria Forumula (PCF)
Using EasyScan to find stocks that meet your own criteria
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 4/10/2007 Posts: 38
|
Wouldn't that be .... ABS(C /C2 -1) <= 0.001
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
montecarlos,
Yes and thank you. Adjusted in the original response.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|