How I can add Watch name in AFL.
I am getting price and volume but i am in need of Watch list name because i have save all symbols in different watch list as per business verticals. So i can do analysis on watch list too.
I am not a coder
I need Watch List name in my final output.
Can someone help me?
Milosz
January 8, 2018, 4:31pm
3
@prakashmodak I agree with @codejunkie - there were lots of similar requests on the forum. You can find many example codes in these threads:
Any idea how can I fix a watchlist name to run.
I find only this
Listnum = 1;
list = CategoryGetSymbols( categoryWatchlist, Listnum);
The watchlist has a name (string) instead a figure.
For example Techstocks
list = …
Thanks for answering my problem
I’m trying to find a way to count the number of symbols in a watch list (the number of symbols will be dynamic), and if possible, I prefer to reference the watch list by name, rather than by the ordinal number of where the watch list falls in a list of watch lists.
I have found the example function below, but I think it references watch lists by the order in which they appear in a list, and I can’t be sure a given watch list will always be in the same order. Is there a way to evolve the code be…
Hi AB experts,
I have same tickers in more than one watchlists. I am writing indicators that depends which watchlist the symbol is located. i need to find the ordinal number or name of the watchlist in which symbol is being dispalyed.
I have look through the category function list and cannot figure out a way to do so.
It would be much appreciated if someone with better brain to teach me how to do it.
Thank you,
jimmy
Watchlists, groups and market listings contain the number of issues contained. That number is visible when list is left clicked.
Example: NASDAQ (4) (3244 symbols) ---- Is this number accessible via AFL?
Ara
etc.
1 Like