Watchlist
info
The Watchlist widget is available in the Trading Terminal only.
You can select the default symbols for the Watchlist and make it read-only if needed using the widgetbar field of the Widget Constructor.
There is also a powerful API to change the Watchlist on the fly.
Displaying Logos within the Watchlist
If you would like to display logos for the symbols within the watchlist widget then you need to:
- Enable the following featureset:
show_symbol_logos
. - Provide the urls for symbol within the symbol info provided by your datafeed when the resolveSymbol method is evoked. See the logo_urls property of the
LibrarySymbolInfo
.