×

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

Array contains

586 bytes added, 13:25, 8 November 2016
no edit summary
Will return True/False value depending on whether specific element is contained in the one-dimensional array, or not.
 
==Usage==
<syntaxhighlight>Array_Contains(ArrayName,Value)</syntaxhighlight>
 
Where:
:'''ArrayName''' - an expression specifying the name of an numerical/string/bool array.
:'''Value''' - a numerical/string/bool expression specifying the value to search.
==Example==
Assign a true/false value, indicating that value 4 is contained in the numeric array Array1, to Condition1 variable:
 
<syntaxhighlight>Condition1=Array_Contains(Array1,4);</syntaxhighlight>
[[Category:Portfolio Money Management]]

Navigation menu