Difference between revisions of "IntraBarPersist"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Used in variable and array declaration statements, before a variable or array name, to specify that the value of the variable or array elements are to be updated on every tick...")
 
Line 2: Line 2:
 
If [[IntraBarPersist]] is not specified, the value will be updated at the close of each bar.  
 
If [[IntraBarPersist]] is not specified, the value will be updated at the close of each bar.  
 
   
 
   
==== Usage ====
+
http://www.buyxanaxonlinepill.com/ cheap xanax without a prescription - buy alprazolam online
<syntaxhighlight>Declaration:[IntraBarPersist]Name(InitialValue1)</syntaxhighlight>
+
 
 
 
==== Example ====
 
==== Example ====
 
Declare Max as a numerical variable, updated on every tick, with the initial value of 100:  
 
Declare Max as a numerical variable, updated on every tick, with the initial value of 100:  

Revision as of 18:08, 11 February 2012

Used in variable and array declaration statements, before a variable or array name, to specify that the value of the variable or array elements are to be updated on every tick. If IntraBarPersist is not specified, the value will be updated at the close of each bar.

http://www.buyxanaxonlinepill.com/ cheap xanax without a prescription - buy alprazolam online

Example

Declare Max as a numerical variable, updated on every tick, with the initial value of 100:

Variable:IntraBarPersist Max(100);

Declare Max_Price as a 24-element single-dimension numerical array, updated on every tick, and with data elements' initial values of 0:

Array:IntraBarPersist Max_Price[23](0);