+1 888 340 6572

Comparing Charts to Scanner: Difference between revisions

From MultiCharts
No edit summary
No edit summary
 
Line 24: Line 24:
** [[Indicator_Settings#Advanced_properties|Skip identical ticks option]] state
** [[Indicator_Settings#Advanced_properties|Skip identical ticks option]] state


Also verify that you did not use an additional data series in the indicator’s calculation on the chart, because in the Scanner you can only use Data1 for calculations. If you still observe the differences in the indicator values, cross-check the logic of the indicator.  
<br>Also verify that you did not use an additional data series in the indicator’s calculation on the chart, because in the Scanner you can only use Data1 for calculations. If you still observe the differences in the indicator values, cross-check the logic of the indicator.  


[[Category: Real-Time Market Scanner]]
[[Category: Real-Time Market Scanner]]

Latest revision as of 13:04, 3 July 2024

Comparing Instrument Values on Charts and in Scanner

When you have one symbol, that is the same, in both the scanner and on a chart it is natural to start comparing the data values in both windows. This is when you can spot slight differences. As a rule they are caused by the difference in the symbol settings in these windows. Cross-check that the following settings are identical:


The easiest way to guarantee that the settings are similar is to create a chart for a symbol used in the scanner. To learn how please see Creating Chart Directly from a Scanner Window.

It is worth mentioning that even with all of these settings being identical, the values in the scanner might not coincide with the data series on the chart. That is because the scanner uses a special realtime source for the data – the same as the one that is used for the Status line of the chart. And in case your data provider sends different status line values compared to the chart values, there is nothing that can be done to rectify this.

The following data sources do not have status line values: ASCII Mapping, CSI, Free Quotes, Metastock.
LMAX, OANDA, Universal DDE do not supply or return zeros for some or all of these values to status line: Open, High, Low, Prev, Volume.

Comparing Indicator Values on Charts and in Scanner

If there is a discrepancy in the chart and scanner indicator’s calculations, it may be related to one of the following:


Also verify that you did not use an additional data series in the indicator’s calculation on the chart, because in the Scanner you can only use Data1 for calculations. If you still observe the differences in the indicator values, cross-check the logic of the indicator.