Creating a custom list of stocks to screen on.

Another Newbie question. I’m trying to either upload, import, or hand type-in a list of stocks to be able to screen on. I looked at some old threads and they mentioned inlist, but I can’t figure out how to access that and how to load the tickers.

Go to Research>Components>Lists. There you can add your tickers to a custom list. Then when you screen, in the first rule use the function: InList(“MyListName”)

Thank you!

There is also the Ticker function:

Ticker("IBM,MSFT,C")

It will be true for those companies withing the quoted string. I generally advise that it’s easier to use Ticker for up to about 10 tickers and easier to use custom lists for larger groups.