I do agree that it would be nice. The below tip can be a bit of a time saver:
Support Tip
How can I find and delete local securities that are no longer trading?
Contributed by Equis Support
A good technical analysis trader regularly cleans up the symbol lists they use for trading. Creating an exploration to identify securities that are no longer trading takes just a moment and saves you time in the future. The following method identifies securities that are no longer trading and provides a way to easily remove them from your lists.
Create a new exploration with the following formula:
Col A name: month, Col A formula: Month()
Col B name: day, Col B formula: DayOfMonth()
Col C name: year, Col C formula: Year()
Filter ( (Year() < 2009) OR (Month() < 2) )
Run the exploration. The results will be the securities that are no longer trading. Select all of the results and delete them.
Below is a step by step process of how to create this exploration:
1. Open MetaStock
2. Open the Tools menu
3. Select The Explorer
4. Click New
5. Name the new exploration (we suggest "no longer trading")
6. In Column A, type in the following:
- name: month
- formula: Month()
7. In Column B, type in the following:
- name: day
- formula: DayOfMonth()
8. In Column C, type in the following:
- name: year
- formula: Year()
9. In the filter column, type in the following
- ( (Year() < 2009) OR (Month() < 2) )
- Note: you'll want to change the '2009' and '2' to the current year and month before you run this exploration.
10. Click OK
11. Click Explore
12. Add your data folders to the Select Securities dialog
13. Click OK
14. Click Reports when complete and select the Results tab
15. Select the first security, hold down the Shift key and click on the last security
16. Right click on the selected securities
17. Select delete securities