×

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

Data

308 bytes added, 11:52, 19 February 2012
no edit summary
Used to specify a particular data series in a multi-symbol chart; each data series in a multi-symbol chart has a unique Data Number.
==== Usage ====
<syntaxhighlight>DataN</syntaxhighlight>
Where: [[ :'''N]] ''' - the Data Number of the data series .
Or:
<syntaxhighlight>Data(N)</syntaxhighlight>
Where: [[ :'''N]] ''' - a numerical expression specifying the Data Number of the data series.
==== Example ==Examples ==<syntaxhighlight>High Of Data2 will </syntaxhighlight>Will return the high price of a bar in the data series with the Data Number of 2 .
<syntaxhighlight>High Of Data(2)will </syntaxhighlight>Will return the high price of a bar in the data series with the Data Number of 2 </syntaxhighlight> .
<syntaxhighlight>Close Data(3)</syntaxhighlight>
Will return the close price of the third data series.
<syntaxhighlight>value1 = 2;
High Data(value1) + Low Data(value1)</syntaxhighlight>
Will add the High of the second data series to the low of the second data series.
[[Category:Data Information/General]]

Navigation menu