Gold Customer
Joined: 3/20/2005 Posts: 9
|
I'm a telechart user and was wondering if you could help out with a formula for creating a 5 day mov avg crossing up thru the 200 day mov avg. Any help would be appreciated.
Thanks,
W Hackett
Telechart user since 1994
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Welcome to the forums. A very good foundation for learning how to use TeleChart can be gained by reviewing the following:
If you are new to TeleChart READ THIS FIRST!
If the Moving Averages are Simple, one way to write the formula would be:
AVGC5 > AVGC200 AND AVGC5.1 <= AVGC200.1
If the Moving Averages are Exponential, one way to write the formula would be:
XAVGC5 > XAVGC200 AND XAVGC5.1 <= XAVGC200.1
You may wish to review the following:
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)
Using EasyScan to find stocks that meet your own criteria
PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|