How to make indicator and signal calculation results the same

From MultiCharts
Revision as of 12:39, 20 May 2014 by Yankee (talk | contribs)
Jump to navigation Jump to search

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 the signal and indicator have the same settings:

  • First, base the calculation of the studies on the same amount of bars.
  1. To set the number of bars that the 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 number of bars study will reference select User specified and enter the amount of bars.
  • On historical data indicator is calculated on bar close values only. There are multiple historical data calculation modes for the signal. In order indicator and signal historical calculations to match IOG and Bar Magnifier should be disabled for the signal.
  • 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 in order to make the realtime calculations match.

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.