Registered User Joined: 10/7/2004 Posts: 133
|
How do I get a list of stocks that have a 52 week new high ?
Thanks AHK
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can click on Price History (the symbol and possibly company name in green in the same pane where price is plotted) and select Create Scan Condition to create a condition for a New High in price over whatever time you specify.
Create Conditions from Your Chart
Just change the Condition drop-down menu in the Create Scan Condition window to New High and set At x Bar High to the number of bars over which you want to check for the high. So you could use 252 for a daily time frame or 52 for a weekly time frame.
You can select Scan in New Window to create a new EasyScan based your new condition. You may want to change the List to Scan in the Edit tab of the EasyScan to a different WatchList.
Building a Scan with Multiple Conditions
An EasyScan will return symbols in the List to Scan of the EasyScan which currently meet all of the requirements of its EasyScan Conditions.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|