forked from lxzxl/tradingview_wiki
-
Notifications
You must be signed in to change notification settings - Fork 3
Delegate
Gajdos Gábor edited this page Mar 24, 2022
·
1 revision
Delegate is an object that is used in the Account Manager to notify about events happening with orders, positions and other information displayed in the tables.
-
object
is an owner ofmember
, and can be null for a function -
member
is a method of object
Subscribes object::member
to the event.
Unsubscribes object::member
from the event.
Use the same object and member
that you used in the subscribe
function to unsubscribe from the event.
API Reference
Customisation by areas
- Global
- Toolbars
- Chart
- Symbol Search
- Legend
- Price Scale
- Time Scale
- Marks
- Indicators
- Snapshots
- Drawings
- Watchlist
- News
Creating Custom Studies