×

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

Changes

Array contains

524 bytes added, 13:35, 10 April 2017
no edit summary
Will return True/False value depending on whether specific element is contained in the one-dimensional array, or not.  ==Usage==<syntaxhighlight>pmms_strategies_countArray_Contains(ArrayName,Value)</syntaxhighlight> Where: :'''ArrayName''' - an expression specifying the name of a numerical/string/boolean array. :'''Value''' - a numerical/string/boolean 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 ManagementDynamic Arrays]]