For a bunch of symbol names, the "official" method is storing them all in an asset list, and use the "Assets" pointer for the loop.

assetList("MySymbols.csv");
....
while(asset(loop(Assets))) ...

This way you don't need to change the script when adding or removing assets.