+1 888 340 6572

SetMaxBarsBack: Difference between revisions

From MultiCharts
Line 9: Line 9:
<syntaxhighlight>SetMaxBarsBack (BarsBack)</syntaxhighlight>'''
<syntaxhighlight>SetMaxBarsBack (BarsBack)</syntaxhighlight>'''


Where: '''<code>(BarsBack)</code>''' - numerical expression, specifying the number of bars back  
Where: ''<code>(BarsBack)</code>'' - numerical expression, specifying the number of bars back


== Note ==
== Note ==

Revision as of 11:42, 24 February 2012

Sets a numerical value indicating the Maximum Bars Back setting for the study.

All studies based on past data use a certain number of bars for their calculations.

The number of bars is called Maximum number of bars a study will reference, or Maximum Bars Back.


Usage

SetMaxBarsBack (BarsBack)

Where: (BarsBack) - numerical expression, specifying the number of bars back

Note

(BarsBack) can't be a negative value.

Example

Assign a value, indicating the Maximum Bars Back setting for the study, to Value1 variable:

Value1 = MaxBarsBack;