Registered User Joined: 9/11/2007 Posts: 28
|
Hi, if i am using the fast stochastics with settings 14, 3, how do i write a pcf that shows when %k line is below 10 or above 90?
thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If you are interested in the formula for a Simple Stochastic 14,3 %K being either below 10 or above 90:
STOC14.3 < 10 OR STOC14.3 > 90
If you are interested in the formula for an Exponential Stochastic 14,3 %K being either below 10 or above 90:
XAVG(STOC14,3) < 10 OR XAVG(STOC14,3) > 90
Understanding Stochastics
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|