Registered User Joined: 2/17/2007 Posts: 13
|
IS THERE A FORMULA FOR SLOW STOCHASTICS OVER 80 USING 17,3,3
ALSO FOR UNDER 20
THANK YOU
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try one or more of the following Personal Criteria Formulas:
Simple Stochastic 17,3,3 SD Over 80:
AVG(STOC17.3,3) > 80
Simple Stochastic 17,3,3 SD Under 20:
AVG(STOC17.3,3) < 20
Exponential Stochastic 17,3,3 SD Over 80:
.500488758553275 * (XAVG(STOC7,3) + .5 * (XAVG(STOC7.1.1,3) + .5 * (XAVG(STOC7.1.2,3) + .5 * (XAVG(STOC7.1.3,3) + .5 * (XAVG(STOC7.1.4,3) + .5 * (XAVG(STOC7.1.5,3) + .5 * (XAVG(STOC7.1.6,3) + .5 * (XAVG(STOC7.1.7,3) + .5 * (XAVG(STOC7.1.8,3) + .5 * (XAVG(STOC7.1.9,3))))))))))) > 80
Exponential Stochastic 17,3,3 SD Under 20:
.500488758553275 * (XAVG(STOC7,3) + .5 * (XAVG(STOC7.1.1,3) + .5 * (XAVG(STOC7.1.2,3) + .5 * (XAVG(STOC7.1.3,3) + .5 * (XAVG(STOC7.1.4,3) + .5 * (XAVG(STOC7.1.5,3) + .5 * (XAVG(STOC7.1.6,3) + .5 * (XAVG(STOC7.1.7,3) + .5 * (XAVG(STOC7.1.8,3) + .5 * (XAVG(STOC7.1.9,3))))))))))) < 20
You may wish to review the following:
Understanding Stochastics
PCF Formula Descriptions
Cascades of Moving Averages
How to create a Personal Criteria Forumula (PCF)
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 2/15/2008 Posts: 155
|
Is this a RealCode or Telechart Question. is there a way to note on the post if it's a Blocks or Telechart question?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I took it as a TeleChart question because Blocks doesn't have formulas.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|