Registered User Joined: 8/20/2006 Posts: 40
|
Bruce;
I was wondering if you could write a pcf for the following; the 10day SMA crossing up and through the 20day SMA. Then conversly the opposite, the 10 day SMA crossing down through the 20day SMA. So we have two formulas, one uptrending and one downtrending price movement.
Thanks,
Skibumm2006
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
10-Period Simple Moving Average xUp 20-Period Simple Moving Average:
AVGC10 > AVGC20 AND AVGC10.1 <= AVGC20.1
10-Period Simple Moving Average xDn 20-Period Simple Moving Average:
AVGC10 < AVGC20 AND AVGC10.1 >= AVGC20.1
Moving Average PCF Templates
Things to check if your moving averages don't "seem right" or "seem to match"
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|