Difference between revisions of "ExecOffset"

From MultiCharts
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Returns a numerical value indicating the function execution offset in bars.  
+
Returns a numerical value indicating the function execution offset in bars. See the article on [[Ago]] for an example about the use of ''offset''.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>ExecOffset</syntaxhighlight>  
 
<syntaxhighlight>ExecOffset</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
Assign a value, indicating the function execution offset, to Value1 variable:  
+
Assign a value, indicating the function execution offset, to ''Value1'' variable:  
  
<syntaxhighlight>Value1=ExecOffset;</syntaxhighlight>  
+
<syntaxhighlight>Value1 = ExecOffset;</syntaxhighlight>  
 
   
 
   
 
 
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Latest revision as of 15:03, 5 August 2014

Returns a numerical value indicating the function execution offset in bars. See the article on Ago for an example about the use of offset.

Usage

ExecOffset

Example

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

Value1 = ExecOffset;