Registered User Joined: 2/17/2007 Posts: 13
|
is there a formula to set up a scan for slow stochastics high and fast stochastics low? also the reverse slow low and fast high.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Any Stochastics formulas we might write would depend on your specific settings.
- Period: ?
- SK Period: ?
- SD Period: ?
- Average Type: Simple or Exponential?
You may wish to review the following:
Understanding Stochastics
How to create a Personal Criteria Forumula (PCF)
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: 2/17/2007 Posts: 13
|
SIMPLE: 17-3-3
" 2-2-1
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try one or more of the following:
Simple Stochastic 17,3,3 SK Above SD:
STOC17.3 > AVG(STOC17.3,3)
Simple Stochastic 17,3,3 SK Below SD:
STOC17.3 < AVG(STOC17.3,3)
Simple Stochastic 17,3,3 SK xUp SD:
STOC17.3 > AVG(STOC17.3,3) AND STOC17.3.1 <= AVG(STOC17.3.1,3)
Simple Stochastic 17,3,3 SK xDn SD:
STOC17.3 < AVG(STOC17.3,3) AND STOC17.3.1 >= AVG(STOC17.3.1,3)
The SK and SD lines are the same for a Simple Stochastic 2,2,1.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 2/17/2007 Posts: 13
|
THANKS, BRUCE I'LL GIVE IT A TRY.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|