Registered User Joined: 3/13/2005 Posts: 10
|
Need a formula for a moving average 10 crossing up through a moving average 30. Can you help?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If the Moving Averages are Simple:
AVGC10 > AVGC30 AND AVGC10.1 <= AVGC30.1
If the Moving Averages are Exponential:
XAVGC10 > XAVGC30 AND XAVGC10.1 <= XAVGC30.1
How to create a Personal Criteria Forumula (PCF)
Moving Average PCF Templates
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!
On another note, the question was already answered in the moving averages crossing topic where it was asked originally. You may wish to review the Learn how to use the forums: post a new topic, reply, Search existing topics topic for information on keeping track of the topics in which you have participated.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|