Is there a way to use a universal character (*0) instead of
listing out
each watchlist?
I have as part of my Explore code:
OR InWatchListName( "1_S&P 100" )
OR InWatchListName( "1_S&P MidCap 400" )
OR InWatchListName( "1_S&P SmallCap 600" )
OR InWatchListName( "1_S&P 1500" )
I'd like to do something like:
OR InWatchListName( "1_S&P*" )