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
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
1 2 3 4 5 6 7 8 | |
See Also
Properties
Item
Signature
1 | |
Return Value
Watchlist
Events
Added
Summary
Occurs when a new watchlist is added.
Signature
1 | |
Removed
Summary
Occurs when a watchlist is removed.
Signature
1 | |
WatchlistSymbolAdded
Summary
Occurs when a new symbol is added to the watchlist.
Signature
1 | |
WatchlistSymbolRemoved
Summary
Occurs when a symbol is removed from the watchlist.
Signature
1 | |
WatchlistRenamed
Summary
Occurs when the name of the watchlist is changed.
Signature
1 | |