+1 888 340 6572

ExecOffset: Difference between revisions

From MultiCharts
mNo edit summary
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 ''offsett''.  
   
   
==== 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]]

Revision as of 10:45, 7 February 2012

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

Usage

ExecOffset

Example

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

Value1 = ExecOffset;