Watchlists¶
Summary¶
Represents the Watchlists interface - allows getting all the watchlists and symbols in them, and receiving the relevant events.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Item { get; } |
Events¶
Name | Description |
---|---|
Added | Occurs when a new watchlist is added. |
Removed | Occurs when a watchlist is removed. |
WatchlistSymbolAdded | Occurs when a new symbol is added to the watchlist. |
WatchlistSymbolRemoved | Occurs when a symbol is removed from the watchlist. |
WatchlistRenamed | Occurs when the name of the watchlist is changed. |
See Also¶
Last update: February 3, 2023