×

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

Alert

2 bytes added, 19:07, 16 January 2012
no edit summary
==== Example ====
This statement will call an alert without text message:
 
<syntaxhighlight>
Alert;
Text_new(D,T,C,Text("Bar Date/Time is ",Date:0:0,"/",Time:0:0));
 
</syntaxhighlight>
This statement creates a dynamic alert text and displays the number of the weekday:
 
<syntaxhighlight>
Alert(Text("Day of week is ", DayOfWeek(Date)));
This statement will show static text:
 
<syntaxhighlight>
If Close > Close[1] Then

Navigation menu