×

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

Sets the integer value for a certain index of numerical array

Usage

Array_SetIntegerValue

Example

Set the first and third values of arr array to 500

array: arr[10](false);
Array_SetIntegerValue(arr, 1, 500);
Array_SetIntegerValue(arr, 3, 500);