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
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 |
|