Registered User Joined: 10/2/2008 Posts: 16
|
Hi,
I am using Stochastics (20,5,10). How do I create a PCF to signal when SK has crossed up through SD?
AU197
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Simple Stochastic 20,5,10 SK xUp SD:
STOC20.5 > AVG(STOC20.5,10) AND STOC20.5.1 <= AVG(STOC20.5.1,10)
Simple Stochastic 20,5,10 SK xUp SD:
XAVG(STOC20,5) > XAVG(STOC20,10) AND XAVG(STOC20.1.1,5) <= XAVG(STOC20.1.1,10)
You may wish to review the following:
Understanding Stochastics
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Cascades of Moving Averages
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|