Difference between revisions of "Data"

From MultiCharts
Jump to navigation Jump to search
Line 2: Line 2:
  
 
==== Usage ====
 
==== Usage ====
[[DataN]]
+
<syntaxhighlight>DataN</syntaxhighlight>
  
 
Where: [[N]] - the Data Number of the data series  
 
Where: [[N]] - the Data Number of the data series  
Line 8: Line 8:
 
Or:  
 
Or:  
  
[[Data(N)]]  
+
<syntaxhighlight>Data(N)</syntaxhighlight>
 +
 
 +
Where: [[N]] - a numerical expression specifying the Data Number of the data series
  
Where: [[N]] - a numerical expression specifying the Data Number of the data series
 
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>High Of Data2 will return the high price of a bar in the data series with the Data Number of 2  
 
<syntaxhighlight>High Of Data2 will return the high price of a bar in the data series with the Data Number of 2  

Revision as of 12:12, 20 January 2012

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

DataN

Where: N - the Data Number of the data series

Or:

Data(N)

Where: N - a numerical expression specifying the Data Number of the data series

Example

High Of Data2 will return the high price of a bar in the data series with the Data Number of 2 

High Of Data(2)will return the high price of a bar in the data series with the Data Number of 2