×

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

Array GetFloatValue

Revision as of 17:58, 16 May 2012 by Roman MultiCharts (talk | contribs) (Created page with "Returns the float value with a certain index from numerical array. ==Usage== <syntaxhighlight>array_getfloatvalue</syntaxhighlight> ==Example== Assign the second float va...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the float value with a certain index from numerical array.

Usage

array_getfloatvalue

Example

Assign the second float value of arr array to Value1 variable:

array: arr[10](0);
value1 = array_getfloatvalue(arr, 2);