×

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.

Array SetBooleanValue - MultiCharts
Open main menu

Sets the Boolean value for a certain index of array

Usage

Array_SetBooleanValue

Example

Set the first and third values of arr array to TRUE

array: arr[10](false);
array_setbooleanvalue(arr, 1, true);
array_setbooleanvalue(arr, 3, true);