+1 888 340 6572

RecalcLastBarAfter: Difference between revisions

From MultiCharts
(Created page with "Initializes the calculation after expiration of the timeout, set in seconds. ==== Usage ==== <syntaxhighlight>RecalcLastBarAfter(Timeout)</syntaxhighlight> Where: [[Tim...")
 
No edit summary
Line 5: Line 5:
<syntaxhighlight>RecalcLastBarAfter(Timeout)</syntaxhighlight>  
<syntaxhighlight>RecalcLastBarAfter(Timeout)</syntaxhighlight>  


Where: [[Timeout - the number of seconds.]]  
Where: [[Timeout - the number of seconds.]]  
   
   
==== Example ====
==== Example ====
<syntaxhighlight>RecalcLastBarAfter is used for the slow markets. Calculation of the studies is performed in events when the immediate tick has come to a chart.  
<syntaxhighlight>RecalcLastBarAfter is used for the slow markets. Calculation of the studies is performed in events  
when the immediate tick has come to a chart.  


When the tick has not come since the moment of the last calculation and during timeout (sec) a new calculation is being initialized.  
When the tick has not come since the moment of the last calculation and during timeout (sec) a new
calculation is being initialized.  


When the tick has been received before timeout expiration, time counter is reset and countdown for RecalcLastBarAfter(Timeout) starts anew</syntaxhighlight>
When the tick has been received before timeout expiration, time counter is reset and countdown for
RecalcLastBarAfter(Timeout) starts anew</syntaxhighlight>
   
   


[[Category:Execution Control]]
[[Category:Execution Control]]

Revision as of 12:20, 23 January 2012

Initializes the calculation after expiration of the timeout, set in seconds.

Usage

RecalcLastBarAfter(Timeout)

Where: Timeout - the number of seconds.

Example

RecalcLastBarAfter is used for the slow markets. Calculation of the studies is performed in events 
when the immediate tick has come to a chart. 

When the tick has not come since the moment of the last calculation and during timeout (sec) a new
calculation is being initialized. 

When the tick has been received before timeout expiration, time counter is reset and countdown for
RecalcLastBarAfter(Timeout) starts anew