Difference between revisions of "When a strategy/signal script is recalculated"

From MultiCharts
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
A strategy is '''recalculated''' ('''backtested''') when:
 
A strategy is '''recalculated''' ('''backtested''') when:
 
* MultiCharts is '''closed''' and '''restarted''',
 
* MultiCharts is '''closed''' and '''restarted''',
* [[Getting Started with AutoTrading| Auto-trading is '''turned on''']],
+
* [[Getting Started with AutoTrading| Auto trading is '''turned on''']],
 
* Any '''setting''' from '''Strategy Properties''' window is '''changed''' and OK is clicked,
 
* Any '''setting''' from '''Strategy Properties''' window is '''changed''' and OK is clicked,
 
* Any '''setting''' of any signal in [[Signal Settings| '''Format Signal''': ...]] is '''changed''' and OK is clicked,
 
* Any '''setting''' of any signal in [[Signal Settings| '''Format Signal''': ...]] is '''changed''' and OK is clicked,
* Any [http://www.multicharts.com/trading-software/index.php/Category:Chart_Settings| '''setting''' of the '''chart'''] is '''changed''' and OK is clicked,
+
* Any '''setting''' of the '''chart''' is '''changed''' and OK is clicked,
 
* Chart is [[Reloading Charts| '''reloaded''']],
 
* Chart is [[Reloading Charts| '''reloaded''']],
 
* Chart is [[MultiCharts Work Area#Copying Windows| '''copy-pasted''']] (the strategy is '''recalculated on the copy''' of the original chart),
 
* Chart is [[MultiCharts Work Area#Copying Windows| '''copy-pasted''']] (the strategy is '''recalculated on the copy''' of the original chart),

Latest revision as of 13:29, 3 March 2021

Customers notice a change in strategy performance results after some events in MultiCharts, for example when comparing backtesting and live trading results or comparing 2 charts' strategy calculation results. The following events should be taken into consideration.

A strategy is recalculated (backtested) when:

  • MultiCharts is closed and restarted,
  • Auto trading is turned on,
  • Any setting from Strategy Properties window is changed and OK is clicked,
  • Any setting of any signal in Format Signal: ... is changed and OK is clicked,
  • Any setting of the chart is changed and OK is clicked,
  • Chart is reloaded,
  • Chart is copy-pasted (the strategy is recalculated on the copy of the original chart),
  • Any signal applied to this chart is re-compiled in the PowerLanguage Editor.