Registered User Joined: 1/30/2005 Posts: 46
|
I need a PCF that will scan a WatchList to find a stochastic value below 80 yesterday and above 80 today.Please use the following exponential values for the calculation - 20 5 and 4.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:
Exponential Stochastic 20,5 SK xUp 80:
XAVG(STOC20,5) > 80 AND XAVG(STOC20.1.1,5) < 80
Exponential Stochastic 20,5,4 SD xUp 80:
4 * XAVG(STOC20,5) - 3 * XAVG(STOC20,4) > 80 AND 4 * XAVG(STOC20.1.1,5) - 3 * XAVG(STOC20.1.1,4) < 80
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
Cascades of Moving Averages
-Bruce Personal Criteria Formulas TC2000 Support Articles
|