graftonian 1,089 posts msg #122850 - Ignore graftonian |
2/15/2015 6:19:02 PM
IS IT POSSIBLE TO CREATE A COMPLEX SYMLIST? FOR INSTANCE S%P500 + A FEW ETFs.
|
Kevin_in_GA 4,599 posts msg #122852 - Ignore Kevin_in_GA |
2/16/2015 8:30:40 AM
Create each as a watchlist, then just write
apply to watchlist(XXX,YYY) and that will combine them. Gives you the flexibility to change elements, but the total number of symbols in any watchlist is maxed at 200 so you need to make at least three for the S&P500 if you go this route.
|
graftonian 1,089 posts msg #122855 - Ignore graftonian |
2/16/2015 1:14:42 PM
Kevin,
Thanx
duane
|
Kevin_in_GA 4,599 posts msg #122857 - Ignore Kevin_in_GA |
2/16/2015 2:10:55 PM
The other (easier) way to do this would simply be the have two copies of the filter, one set for "market is S&P 500" and the other set for "apply to symlist(...)". Not sure why I didn't think of this first.
|
graftonian 1,089 posts msg #122898 - Ignore graftonian |
2/21/2015 3:27:42 PM
KEVIN,
THE MULTIPLE FILTER APPROACH IS THE ONE I AM CURRENTLY USING. JUST THOUGHT THERE MIGHT BE A "ONE SIZE FITS ALL" METHOD.
THANKS AGAIN
DUANE
|