In advanced code there is a TriggerAlert function that passes the alert up to be shown in Medved Trader.
The following overloads of this function are available:
TriggerAlert() |
Triggers the alert. Since no name is specified, this will show up in the Paintbar Parameters Editor as "Alert". |
TriggerAlert(String AlertName) |
Triggers the alert. Specifies the name of the alert. |
TriggerAlert(String AlertName, String Message) |
Triggers the alert, specifies alert's name, passes a message to the alert that may be displayed in the alert notification. |