×

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.

Difference between revisions of "BaseDataNumber" - MultiCharts
Open main menu

Difference between revisions of "BaseDataNumber"

m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Returns a numerical value indicating the Data Number of the series that the study is applied to.  
 
Returns a numerical value indicating the Data Number of the series that the study is applied to.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>BaseDataNumber</syntaxhighlight>  
 
<syntaxhighlight>BaseDataNumber</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>Assign a value, indicating the Data Number of the series that the study is applied to, to Value1
+
Assign a value, indicating the Data Number of the series that the study is applied to, to ''Value1'' variable:  
variable:  
 
 
 
Value1=BaseDataNumber;</syntaxhighlight>
 
 
 
  
 +
<syntaxhighlight>Value1 = BaseDataNumber;</syntaxhighlight>
  
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Latest revision as of 10:42, 7 February 2012

Returns a numerical value indicating the Data Number of the series that the study is applied to.

Usage

BaseDataNumber

Example

Assign a value, indicating the Data Number of the series that the study is applied to, to Value1 variable:

Value1 = BaseDataNumber;