Do you know that all stocks that are in the S&P 100/500/400/600 will
always be in the S&P 1500 anyway (they are subsets of the 1500). You
don't need to do all 4 statements.
Best regards,
Richard Dale.
Norgate Investor Services
- Premium quality Stock, Futures and Foreign Exchange Data for
markets in Australia, Asia, Canada, Europe, UK & USA -
www.premiumdata.net
-------- Original Message --------
Subject: [amibroker] How to do multiple watchlists in InWatchListName ?
From: gmorlosky <[email protected]>
To: [email protected]
Date: tue, 10 feb 2009 18:32:48 -0000
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*" )