Find in AFL what the "Apply To" filter was for an exploration

Hi - is there a way to find in AFL (exploration mode) what the "Apply To" filter was?

I use many different watchlists for my explorations, and I'd like the exploration to add a column to say something like "Watchlist 2" was used....or similar....

Thanks

You can use GetOption("ApplyTo");
https://www.amibroker.com/guide/afl/getoption.html

There are many other parameters that you can pass and get other settings of the Include/Exclude of Watchlist, Market etc from the same page.

1 Like

Nice one, thanks very much :slight_smile: