×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

Indicator Settings

868 bytes added, 09:59, 13 July 2022
Indicators can be modified by changing the input Values.
One of the main advantages of using the inputs is that basic adjustments to the study's logic can be made be by simply changing the input values, without the need to edit the studies' actual code.
Most, but not all, indicators use input values; to learn more see Default Studies Inputs. The inputs can be modified before as well as after the indicator has been inserted.
# Open the '''Format Indicator''' window.<br><span>{{FormatIndicator}}</span>
# Select the '''GeneralInputs''' tab.# In the '''Inputs''' section, in the '''Value''' column, click on the value of the input that you want to change and enter the desired value.
<div style="background-color: #E5F6FF;">Tip: To use these general settings as the default for the selected indicator, check '''Use as Default''' check box.</div>
# Open the '''Format Indicator''' window.<br><span>{{FormatIndicator}}</span>
# Select the '''GeneralStyle''' tab.# In the '''Style''' section, in the '''Type''' column, select the plot type from the drop-down list box.
# In the '''Color''' column select the plot color from the drop-down palette box.
# In the '''Style''' column select the plot style from the drop-down list box.
== Setting Maximum Bars Back ==
All indicators 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'''. You can elect select to set this value manually, or to have it set automatically (Auto-Detect). The Maximum Bars Back value '''cannot be smaller than 1''' and '''cannot be greater than actual number of bars on the chart'''. This value shows how many bars a study requires to be calculated before it can plot first results on the chart. It means that '''there can be no plot or any other visual output on the X number of bars at the beginning of the chart, where X = MaxBarsBack or Maximum number of bars a study will reference'''.
<br>
<br>
 
== Selecting Base Data Series ==
<br>
== Update on Every Tick Advanced properties ==
* '''Update on every tick''' You can elect select whether to recalculate an indicator every time a new tick is receivedin real-time, or only at the close of each bar. One or the other may be more appropriate, depending on the indicator's algorithm. Update on Every Tick option is enabled by default. Updating a large number of complex indicators on every tick will require substantial system resources. <div style="background-color: #ffc0cb;">Note: This option does not affect the calculation on historical data. On historical data the indicator is calculated on the bar close values only.</div>
Indicator's update rate is set from the '''Format Indicator''' window:
<div style="background-color: #E5F6FF;">Tip: To use these general settings as the default for the selected indicator, check '''Use as Default''' check box.</div>
* '''Realtime-history matching'''
 
The detailed description of this feature can be found here: [[Realtime-History Matching]]
 
* '''Skip identical ticks'''
 
The detailed description of this feature can be found here: [[Skip Identical Ticks]]
<br>
 
== Setting Last Price Marker ==
# Open the '''Format Indicator''' window.<br><span>{{FormatIndicator}}</span>
# Select the '''GeneralStyle''' tab.# In the '''StyleMarker''' sectioncolumn, select or deselect the '''Marker''' checkboxesfor the corresponding plots.
<div style="background-color: #E5F6FF;">Tip: To use these general settings as the default for the selected indicator, check '''Use as Default''' check box.</div>

Navigation menu