RecalcLastBarAfter

From MultiCharts
Revision as of 12:19, 23 January 2012 by 194.84.116.138 (talk) (Created page with "Initializes the calculation after expiration of the timeout, set in seconds. ==== Usage ==== <syntaxhighlight>RecalcLastBarAfter(Timeout)</syntaxhighlight> Where: [[Tim...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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