Registered User Joined: 1/31/2005 Posts: 87
|
Hi Support
What would a PCF for finding stocks whose price is above the 50 SMA and price was up previous day on above 50day avg volume and stoch 12,3 is above 50 and Macd 12,26,9 is above zero with MACD line above the signal line.
Many thanks
Coloradoken.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
C > AVGC50 AND C1 > C2 AND V1 > AVGV50.1 AND STOC12.3 > 50 AND XAVGC12 - XAVGC26 > 0 AND XAVGC12 - XAVGC26 > XAVG(XAVGC12,9) - XAVG(XAVGC26,9)
You didn't specify if your Stochastic and MACD were Simple or Exponential. The Stochastic in the above formula is Simple and the MACD is Exponential. If your settings are different, the Personal Criteria Formula will need to be modified as well. You may wish to review the following:
Moving Average PCF Templates
Understanding Stochastics
load historical data onto hard drive
Things to check if your moving averages don't "seem right" or "seem to match"
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
How to create a Personal Criteria Forumula (PCF)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|