Alert
Documentation / @elitechart/core / Alert
Defined in: alerts/alert-types.ts:21
Alert state as stored on the chart. Returned by chart.listAlerts().
Example
Properties
createdAt
Defined in: alerts/alert-types.ts:27
id
Defined in: alerts/alert-types.ts:22
note?
Defined in: alerts/alert-types.ts:24
price
Defined in: alerts/alert-types.ts:23
toolDrawingId?
Defined in: alerts/alert-types.ts:26
Optional association with a drawing (e.g. alert anchored to a trend line).
triggered
Defined in: alerts/alert-types.ts:29
True after the alert has fired. Remains true until the alert is removed.