×

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

MaxList

209 bytes added, 06:23, 9 February 2012
no edit summary
Returns the value of the greatest of the specified numerical expressions.
==== Usage ====<syntaxhighlight>MaxList(Value1,Value2,Value3, etc.);</syntaxhighlight>
Where: [[ :'''Value1''', '''Value2''', '''Value3''', etc.]] - numerical expressions .
==== Example ====<syntaxhighlight>MaxList(-5,0,12,7) will ;</syntaxhighlight>Will return a value of 12</syntaxhighlight> . == Notes ==* See [[MaxList2]] to return the highest value of the specified numerical expressions.* See [[NthMaxList]] to return the Nth highest value of the specified numerical expressions.
[[Category:Math and Trig]]