Difference between revisions of "Chart Backtesting VS Portfolio Backtesting"

From MultiCharts
Jump to navigation Jump to search
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
When backtesting one and the same strategy on a chart and in [[Portfolio_Trader|Portfolio Trader]] a user might encounter some discrepancies in the [[Using Performance Report|Strategy Performance Reports]]. To achieve similar results in both applications one needs to verify the following:
+
MultiCharts and [[Portfolio_Trader|Portfolio Trader]] serve for different purposes and backtesting on charts and in Portfolio is not supposed to match. Still there some recommendations that can help bringing the backtesting on charts and in Portfolio as close to each other as possible.
  
 
==Instrument settings==
 
==Instrument settings==
Line 5: Line 5:
 
<br><div style="background-color: #E3FBE5;">'''Important:''' Portfolio workspace should contain only 1 symbol in the [[Data_Numbers|'''Data 1''']] column!</div>
 
<br><div style="background-color: #E3FBE5;">'''Important:''' Portfolio workspace should contain only 1 symbol in the [[Data_Numbers|'''Data 1''']] column!</div>
  
# [[Changing_Symbols|One and the same symbol]] from one and the same [[:Category:Built-in_Data_Sources|data source]] should be chosen in both MultiCharts and Portfolio;
+
# [[Changing_Symbols|Only one symbol]] from one [[:Category:Built-in_Data_Sources|data source]] must be used and they must be identical in both the MultiCharts Chart and the Portfolio Trader;
 
# The following parameters should be set identically:
 
# The following parameters should be set identically:
 
#* Chart type - regular or [[:category:Non-Standard_Chart_Types|non-standard]];
 
#* Chart type - regular or [[:category:Non-Standard_Chart_Types|non-standard]];
Line 37: Line 37:
 
#* [[Bar Magnifier]] and [[Precise_Backtesting|Extended backtesting]] are unavailble for Portfolio, so on the chart it is required to disable these options.
 
#* [[Bar Magnifier]] and [[Precise_Backtesting|Extended backtesting]] are unavailble for Portfolio, so on the chart it is required to disable these options.
  
With all these recommendations met the  backtesting results of Portoflio and charts should coincide.
+
==Portfolio Trader specific settings==
  
 +
The following settings are unavailable on charts, therefore they need to be configured so that they don’t influence Portfolio backtesting. In the [[Portfolio_Settings|'''Money Management Settings''']] section:
 +
* '''Max % of Capital at Risk per Position''' should be set to 100%. 
 +
* '''Initial Portfolio Capital''' should be set to maximum which is $1 000 000 000.
 +
<br>
 +
 +
<div style="background-color: #ff9999;"> '''NOTE:''' Even with all of these recommendations implemented there’s a possibility that the backtesing results in both applications will not match. This is related to the code’s specific and one should review the strategy’s code to find the reason for the discrepancy. An example of how to do that can be found [[Why_an_Order_Was_or_Was_Not_Executed|'''here''']]. </div>
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]

Revision as of 10:23, 11 July 2019

MultiCharts and Portfolio Trader serve for different purposes and backtesting on charts and in Portfolio is not supposed to match. Still there some recommendations that can help bringing the backtesting on charts and in Portfolio as close to each other as possible.

Instrument settings


Important: Portfolio workspace should contain only 1 symbol in the Data 1 column!
  1. Only one symbol from one data source must be used and they must be identical in both the MultiCharts Chart and the Portfolio Trader;
  2. The following parameters should be set identically:

*Data Range and Time Zone for Portofio are specified in the common Data settings.

Signal settings

  1. Signals’ inputs on the chart should match those in Portfolio precisely;
  2. Intra-Bar Order Generation has to be disabled on charts, because this mode is not available in Portfolio.

Strategy settings

The following strategy settings should also match:

  1. on the Properties tab:
  2. on the Backtesting tab:

Portfolio Trader specific settings

The following settings are unavailable on charts, therefore they need to be configured so that they don’t influence Portfolio backtesting. In the Money Management Settings section:

  • Max % of Capital at Risk per Position should be set to 100%.
  • Initial Portfolio Capital should be set to maximum which is $1 000 000 000.


NOTE: Even with all of these recommendations implemented there’s a possibility that the backtesing results in both applications will not match. This is related to the code’s specific and one should review the strategy’s code to find the reason for the discrepancy. An example of how to do that can be found here.