Registered User Joined: 1/30/2005 Posts: 46
|
would you write a scan for me that would find stocks whose stochastic indicator is passing up through the 20 line today using 14,7,5 simple moving averages.
Thanks\
osteon
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try using one of the following Personal Criteria Formulas as an EasyScan Condition:
Simple Stochastic SK 14,7 xUp 20:
STOC14.7 > 20 AND STOC14.7.1 <= 20
Simple Stochastic SD 14,7,5 xUp 20:
AVG(STOC14.7,5) > 20 AND AVG(STOC14.7.1,5) <= 20
You may wish to review the following:
Understanding Stochastics
How to create a Personal Criteria Forumula (PCF)
Using EasyScan to find stocks that meet your own criteria
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|