Difference between revisions of "MaxBarsForward"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the size, in bars, of the right margin on the chart. Right margin is used by the studies that visualize the predicted price movement. ...")
 
Line 7: Line 7:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>Assign a value, indicating the size of the right margin of the chart, to Value1 variable:  
+
Assign a value, indicating the size of the right margin of the chart, to Value1 variable:  
  
Value1=MaxBarsForward;</syntaxhighlight>  
+
<syntaxhighlight>Value1=MaxBarsForward;</syntaxhighlight>  
 
   
 
   
  
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Revision as of 13:42, 26 January 2012

Returns a numerical value indicating the size, in bars, of the right margin on the chart.

Right margin is used by the studies that visualize the predicted price movement.

Usage

MaxBarsForward

Example

Assign a value, indicating the size of the right margin of the chart, to Value1 variable:

Value1=MaxBarsForward;