Registered User Joined: 5/17/2006 Posts: 493
|
hi, if my stochastic setting are period = 3, sk period = 1, sd period =1, how can I write a pcf that shows me the sk is above 90 or below 20?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
3-Period raw Stochastic above 90:
STOC3 > 90
3-Period raw Stochastic below 20:
STOC3 < 20
3-Period raw Stochastic above 90 or below 20:
STOC3 > 90 OR STOC3 < 20
You may wish to review the following:
Understanding Stochastics
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
How to create a Personal Criteria Forumula (PCF)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|