+1 888 340 6572

ExecOffset: Difference between revisions

From MultiCharts
No edit summary
 
(2 intermediate revisions by 2 users 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 ==
<syntaxhighlight>Assign a value, indicating the function execution offset, to Value1 variable:  
Assign a value, indicating the function execution offset, to ''Value1'' variable:  


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;