I am able to create a watchlist and add stock symbols to my watchlist successfully.
Through my C# code I am also able to retrieve my watchlist as expected, so creating and accessing is working 100% reliably. But when I goto my live account, I don’t see the watchlist, i always see blank watchlist and option to add stock symbol.
I am not even seeing the Watchlist widget on my dashboard, but am able to POST(create) and GET my Watchlist. I think I clicked every link, any idea where it might be?
@mehtadharmesh, use the watchlist name Primary Watchlist. Try something like this snippet, which should add the symbol ‘AAPL’ to your browser’s watchlist:
Looking at the url that the browser uses, the page doesn’t display all watchlists. Instead it calls an internal api url and uses the ‘get_watchilst_by_name’ function and passes an HTML value of Primary%20Watchlist.