Registered User Joined: 8/6/2005 Posts: 37
|
Hi ... I'm looking for a Scan to find stocks when the 3 Day SMA crosses over the 8 Day SMA. I'm looking for two separate Scans, one for crosses UP and one for crosses DOWN. I want to use this on any timeframe such as Daily, Intraday, etc. Thank you very much! Jay
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
SMA3 xUp SMA8:
AVGC3 > AVGC8 AND AVGC3.1 <= AVGC8.1
SMA3 xDown SMA8:
AVGC3 < AVGC8 AND AVGC3.1 >= AVGC8.1
You may wish to review the following:
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" Handy PCF example formulas to help you learn the syntax of PCFs! PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 8/6/2005 Posts: 37
|
Thanks Bruce. How do I run the scan on a particular list such as my own Watch List or a Component Watch List such as Nasdaq 100 or DJ-30? Thanks! Jay
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You would use the Personal Criteria Formula as an EasyScan Condition. Left-clicking on the first line of the EasyScan allows you to adjust the Watchlist to Scan. You may wish to review the following:
Using EasyScan to find stocks that meet your own criteria
-Bruce Personal Criteria Formulas TC2000 Support Articles
|