What format is a tickerlist (watchlist, favorites, industry, whatever)in ? Since it is acceptable to add to strings; z = "x" + "y"; // correct, concatenation of strings is OK
I need to add a ticker to any tickerlist selected by my exsiting code of: Tickerlist = CategoryGetSymbols( Tickercategory, ListNum ); // existing Tickerlist = Tickerlist + ",^GSPC"; // not working
