Using more than one Whatchlist with FilterInculdeWatchlist

Hi there!

I'm using FilterIncludeWatchlist in my exploration and I would like to use three different Watchlists.

I found this post and I know the FilterIncludeWatchlist only works with the very first Whatchlist Slot.

My workaround is to create a fourth WL that includes all the tickers in my three WL's.

I'd like to know if there's a better solution for me, as the 3 WL's have changes periodically.

Thanks and have a good one!

I forgot to mention that another workaround I found is the one mentioned here.

Filter = /* your regular exploration filter here */;
watchlistCheck = InWatchList( 1 ) OR InWatchList( 2 );
Filter = watchlistCheck AND Filter; // combine watch list filter with your rule

The problem is that I have to select all symbols and it takes so many time.

What I'm asking if someone can point me if there's another way to solve it.

Thanks and regards

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.