×

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

Below

155 bytes removed, 12:32, 20 January 2012
no edit summary
Used in combination with <syntaxhighlight>[[Cross</syntaxhighlight> ]] to specify the direction of the cross. <syntaxhighlight>[[Below</syntaxhighlight> ]] specifies a downward (greater to a lesser value) direction.
The plot of A is defined as having crossed <syntaxhighlight>[[Below</syntaxhighlight> ]] the plot of B if the value of A is less than the value of B and one of the following is true:
a) The value of A was more than the value of B on the bar immediately preceding the current bar,
b) The values of A and B were equal for a consecutive sequence of one or more bars immediately preceding the current bar and the value of A was more than the value of B on the bar immediately preceding this sequence of bars.
For more information see <syntaxhighlight>[[Cross.</syntaxhighlight> ]]
==== Usage ====
<syntaxhighlight>Plot1 Cross Below Plot2</syntaxhighlight>
Where: <syntaxhighlight>[[E</syntaxhighlight> ]] - a numerical expression
==== Example ====
<syntaxhighlight>Trigger an alert on the bar where the Close price crosses below 1350.00:
<syntaxhighlight>Plot1(Close);
If Plot1 Cross Below 1350.50 Then
Alert("Price has crossed below 1350.00");</syntaxhighlight>
Anonymous user

Navigation menu