×

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
Open main menu

Changes

Cross

No change in size, 12:54, 26 January 2012
==== Example ====
<syntaxhighlight>Trigger an alert on the bar where the Close price crosses above 1350.00:
<syntaxhighlight>Plot1(Close);
If Plot1 Cross Above 1350.50 Then
Alert("Price has crossed above 1350.00");</syntaxhighlight>
Anonymous user