Difference between revisions of "How to make indicator and signal calculation results the same"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Signal calculation values are often compared to the indicator plot using the same function. In order to have relevant results for comparison you need to follow this simple gui...")
 
Line 3: Line 3:
  
 
'''Make sure signal and indicator have the same settings:'''
 
'''Make sure signal and indicator have the same settings:'''
# First of all base the calculation of the studies on the same amount of bars.
+
 
Go to Format tab->Strategy Properties->Properties tab->Maximum number of bars study will reference. The default value is 50 bars.
+
* First of all base the calculation of the studies on the same amount of bars.  
Set the same value for the indicator in:Format tab->Studies->Format «Study name»->Properties->User specified.
+
# To set the number of bars that '''signal''' will reference:
# If the signal is calculated tick by tick (IOG is enabled in Format tab->Signals->Format «Signal name»-> Properties->Enable Intra-Bar Order generation), enable the option «Update on every tick» for the indicator in Format tab->Studies->Format «Study name»->Properties.
+
## Click '''Format''' in the main menu of MultiCharts;
# «Real-time history matching» should be enabled/disabled (upon necessity) for both signal and indicator:
+
## Select '''Strategy Properties''';
Format tab->Signals->Format «Signal name»-> Properties
+
## Turn to the '''Properties''' tab;
Format tab->Studies->Format «Study name»->Properties
+
## In '''Maximum number of bars study will reference''' the default value is 50 bars.<br>
 +
# To set the same value for the indicator:
 +
## Click '''Format''' in the main menu of MultiCharts;
 +
## Select '''Studies''';
 +
## Highlight your indicator;
 +
## Click the '''Format''' button;
 +
## Turn to the '''Properties''' tab;
 +
## Under '''Max numbr of bars study will reference select '''User specified''' and enter the amount of bars.<br>
 +
* If the signal is calculated tick by tick, i.e. IOG is enabled for the signal, the '''Update on every tick''' feature should be enabled for the indicator.
 +
To enable the '''Update on every tick''' feature:
 +
# Click '''Format''' in the main menu of MultiCharts;
 +
# Select '''Studies''';
 +
# Highlight your indicator;
 +
# Click the '''Format''' button;
 +
# Turn to the '''Properties''' tab;
 +
# Check the '''Update on every tick''' checkbox.
 +
 
 +
* '''Realtime-History Matching''' should be enabled/disabled (upon necessity) for both signal and indicator. Please see detailed instructions at [[Realtime-History Matching]] section.
  
 
<div style="background-color: #E3FBE5;">Note:Indicator and signal should be based on the corresponding data series and have the same input values.</div>   
 
<div style="background-color: #E3FBE5;">Note:Indicator and signal should be based on the corresponding data series and have the same input values.</div>   
If indicator and signal settings are the same - the calculation results should be equal.
+
 
 +
* If indicator and signal settings are the same - the calculation results should be equal.
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]

Revision as of 19:43, 29 June 2012

Signal calculation values are often compared to the indicator plot using the same function. In order to have relevant results for comparison you need to follow this simple guide to make indicator and signal calculation results the same.

Make sure signal and indicator have the same settings:

  • First of all base the calculation of the studies on the same amount of bars.
  1. To set the number of bars that signal will reference:
    1. Click Format in the main menu of MultiCharts;
    2. Select Strategy Properties;
    3. Turn to the Properties tab;
    4. In Maximum number of bars study will reference the default value is 50 bars.
  2. To set the same value for the indicator:
    1. Click Format in the main menu of MultiCharts;
    2. Select Studies;
    3. Highlight your indicator;
    4. Click the Format button;
    5. Turn to the Properties tab;
    6. Under Max numbr of bars study will reference select User specified and enter the amount of bars.
  • If the signal is calculated tick by tick, i.e. IOG is enabled for the signal, the Update on every tick feature should be enabled for the indicator.

To enable the Update on every tick feature:

  1. Click Format in the main menu of MultiCharts;
  2. Select Studies;
  3. Highlight your indicator;
  4. Click the Format button;
  5. Turn to the Properties tab;
  6. Check the Update on every tick checkbox.
  • Realtime-History Matching should be enabled/disabled (upon necessity) for both signal and indicator. Please see detailed instructions at Realtime-History Matching section.
Note:Indicator and signal should be based on the corresponding data series and have the same input values.
  • If indicator and signal settings are the same - the calculation results should be equal.