Difference between revisions of "ExecOffset"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the function execution offset in bars. ==== Usage ==== <syntaxhighlight>ExecOffset</syntaxhighlight> ==== Example ==== Assign a valu...")
 
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
Assign a value, indicating the function execution offset, to Value1 variable:  
+
<syntaxhighlight>Assign a value, indicating the function execution offset, to Value1 variable:  
  
<syntaxhighlight>Value1=ExecOffset;</syntaxhighlight>  
+
Value1=ExecOffset;</syntaxhighlight>  
 
   
 
   
  
  
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Revision as of 11:52, 23 January 2012

Returns a numerical value indicating the function execution offset in bars.

Usage

ExecOffset

Example

Assign a value, indicating the function execution offset, to Value1 variable: 

Value1=ExecOffset;