Registered User Joined: 3/5/2005 Posts: 9
|
I NEED THE FORMULA FOR THE 10DAY MA CROSSING THE 30DAY MA
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You might want to try one of the following Boolean Formulas:
Simple: ABS(SGN(AVGC10 - AVGC30) - SGN(AVGC10.1 - AVGC30.1)) > 0
Exponential: ABS(SGN(XAVGC10 - XAVGC30) - SGN(XAVGC10.1 - XAVGC30.1)) > 0
You may also be interested in reviewing the following:
Create PCFs and EasyScans to find moving average crossovers Understanding Moving Averages - Part I, The Basics Understanding Moving Averages - Part II, Using Multiple Averages Things to check if your moving averages don't "seem right" or "seem to match"
-Bruce Personal Criteria Formulas TC2000 Support Articles
|