Registered User Joined: 12/2/2006 Posts: 7
|
Do you have an easy scan where I can pick optionable high beta stocks that are either just either breaking up or down through the 30 day simple moving average? Please advise. Thanks!
Colleen Rae
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If I'm understanding your question correctly, you might wish to start be creating one of the following Personal Criteria Formulas:
Price xUp SMA30:
C > AVGC30 AND C1 <= AVGC30.1
Price xDown SMA30:
C < AVGC30 AND C1 >= AVGC30.1
Price crossing SMA30 (either direction):
SGN(C - AVGC30) <> SGN(C1 - AVGC30.1)
You can then use the PCF as an EasyScan Condition:
Select New | New EasyScan. - Watchlist: All Stocks - Optionable Stocks - True - Beta: Value or Rank?: ? to Max. - Price crossing SMA30 - True
You will need to determine the exact Beta settings on your own. You may wish to review the following:
How to create a Personal Criteria Forumula (PCF) Using EasyScan to find stocks that meet your own criteria Moving Average PCF Templates Things to check if your moving averages don't "seem right" or "seem to match" Definitions of all built in scanning and sorting criteria Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|