Registered User Joined: 7/12/2010 Posts: 87
|
how do I get a pcf when TSV it is crosses zero and when it crosses below zero
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
It would depend on your specific settings for TSV. For example, the following formula is for a Simple TSV18 crossing up through zero:
TSV18 > 0 AND TSV18.1 <= 0
While the following formula is for an Exponential TSV28 crossing down through zero:
XAVG(TSV,28) < 0 AND XAVG(TSV1.1,28) >= 0
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|