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

[ Expand All ]
Properties
  Name Type Description
Public property Enable bool True to enable alert notifications for a drawing object.
Public property Frequency enum Gets or sets how frequently alerts will be triggered. See AlertFrequency for a list of possible values.
Public property GlobalNotification boolean True to use the global messaging preferences from the TradeStation platform as your notification criteria.
Public property 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.
Events
  Name Description
Public event 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.
Public event 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.
Inheritance Hierarchy

elsystem.Object

  elsystem.EventArgs

    elsystem.DrawingObjects.AlertConfiguration