AlertAction

The AlertAction object describes an alert action defined in the current document.

Properties:

None

Methods:

GetProperty(name)

name: String

Returns: String

 

Description: Get the named property for this action.

Note: Valid named properties are "Name", "Type"

 

SetProperty(name, value)

name: String

value: String

 

Description: Set the named property for this ticker.

 

Run(ticker)

ticker: Ticker object

 

Description: Execute this alert action in the context of the given ticker object.

 

Run2(ticker, name)

ticker: Ticker object

name: Named property of the Ticker object

 

Description: Execute this alert action in the context of the given ticker object and place an alert bell in the named column.  The second parameter is the name of the attribute which corresponds to the name of a visible column in the Active Securities view.  This is used as visual feedback to show which column caused the alert.  Custom ticker attributes can not be used for this purpose.