Registered User Joined: 2/4/2006 Posts: 46
|
How would I write a PCF for Williams % to show all stocks above -20 and below -80...thanks.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
That would depend entirely on the Williams %R Period. Since Williams %R is just the Raw Stochastic - 100, you could try something like the following:
10-Period Williams %R > -20:
STOC10 > 80
10-Period Williams %R < -80
STOC10 < 20
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
Understanding Stochastics
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|