+1 888 340 6572

ExecOffset: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value indicating the function execution offset in bars. ==== Usage ==== <syntaxhighlight>ExecOffset</syntaxhighlight> ==== Example ==== Assign a valu...")
 
No edit summary
 
(3 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 ==
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;