New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Additional scan filter "Industry"
Guys, I´d like to add an additional filter to my scan: My idea is to filter out stocks by "Industry" SCTR. Let say (I.E.) my scan finds 10 stocks candidates, adding the filter SCTR #80 just 2. Is it possible in some ways?
0
Comments
But you can get what you want - symbols within an industry in SCTR order - with this process.
1 Write a scan like this:
// get stock SCTRs above 80
[exchange is NYSE]
and [type is stock]
and [group is not ETF] // or whatever stocks you want to look at
and [SCTR > 80]
rank by SCTR
// end scan
2 Save the results to a chart list - be sure to use "preserve sort order".
3 View the saved list in "Summary" view. Notice in the NAMES column, the names of the stocks appear with a number in front. That's because your scan said "rank by" and you clicked "preserve sort order".
4 Now click on "Industry" to sort the column by industry in alphabetical order. (Note: symbols without an industry appear at the top of the list - if you click "industry" again, results appear in reverse alphabetical order and symbols with no industry appear at the bottom of the list).
5 Go to the bottom of the page and click "Number in Sorted Order".
Now in the NAMES column you will see two numbers leading the name for each symbol. The symbols will be sorted by industry and within each industry will be sorted by SCTR, which is what you want.
NOTES:
a - You can sort again by SECTOR. If you do, there will be three numbers before each symbol name, and the industries will be grouped by sector, then industry, then SCTR.
b - if you get too many results, you can edit the "universe" section for sectors - e.g. [group is EnergySector].
c - You could also run a scan like
[sctr.industry > 80]
rank by sctr.industry
then run the first scan above , but edit it to include an industry from the second scan (select the industry from the "sector and industry" drop down under the scan window.
But, if it helps, you can download your scan results to excel, and the SCTR will be included. So you can always look in the excel file to see what the SCTR was on the date that scan was downloaded.
In Summary view, on a current chartlist you can also do a Primary sort on one column and a Secondary sort on another column as well. For example, assuming you have Industry and SCTR showing in Summary view. Click on the SCTR column to sort, Descending. Then hold the Ctrl key down and click on the Industry sort.
It should then be showing the chartlist by the Industry group, ascending and the highest SCTR to lowest SCTR symbols for the Industry group. Click on Number in Sorted Order at the bottom and it will save that sorted list in that order.
This doesn't address a way to deal with the initial question in a scan though. Because of the difference with how StockCharts works with .industry versus "Sectors and Industries" in the scan engine, it would be something that you'd have to create a cross-reference between the two, and I don't know if that would be advisable, due to the vast differences in the constituent makeup between the two.