EasyLanguage Object Reference
AlertConfiguration Class
A base class containing common properties, methods, and events used to enable and configure the alert criteria of a drawing object. AlertConfiguration members are inherited by the PriceAlert and TimeAlert classes that make up the Alert property of HorizontalLine, TrendLine, or VerticalLine drawing objects.
See Using Alerts for more information.
Namespace: elsystem.drawingobjects
|
Name |
Type |
Description |
|
Enable |
bool |
True to enable alert notifications for a drawing object. |
|
Frequency |
enum |
Gets or sets how frequently alerts will be triggered. See AlertFrequency for a list of possible values. |
|
GlobalNotification |
boolean |
True to use the global messaging preferences from the TradeStation platform as your notification criteria. |
|
Notification |
object |
Provides access to properties of the Notification class that are used to enable and configure the Audible, Email, and Visual notification criteria for the alert. |
|
Name |
Description |
|
Checked |
Occurs every time the alert criteria is evaluated. The handler's args parameter is of type AlertEventArgs. Set the args.Triggered property to True to continue with an alert notification message. |
|
Fired |
Occurs before the alert is fired. The handler's args parameter is of type AlertEventArgs. Set the args.Triggered property to True to continue with an alert notification message. |