Difference between revisions of "Data"

From MultiCharts
Jump to navigation Jump to search
(Created page with "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]...")
 
Line 13: Line 13:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>High Of Data2</syntaxhighlight>  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  
  
<syntaxhighlight>High Of Data(2)</syntaxhighlight> 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 </syntaxhighlight>
  
  
  
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 11:47, 19 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