×

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.

Break - MultiCharts
Open main menu

Breaks the loop execution.

Usage

Break;

Examples

For Value1 = 0 to 10 Begin 
If (Close[Value1] = Open[value1]) then Break; 
End; 
If Value1 <= 10 then Print("Open = Close ", Value1:0:0, " bars ago.");