×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

Cancel Alert

12 bytes removed, 12:41, 7 February 2012
m
no edit summary
The expression deactivates alerts. This is necessary if a script contains multiple alert statements and they need to be turned off under certain conditions.
==== Usage ====
<syntaxhighlight>
Cancel Alert
 
</syntaxhighlight>
==== Notes ====* Alerts are only generated for the last bar  ==== Example ====.
== Example ==
The example shows how all alerts can be turned off depending on time. The alerts will not be displayed after 10:00 pm.
If Time >= 2200 Then Cancel Alert;
</syntaxhighlight>
 
[[Category:Alerts]]

Navigation menu