Stop backtest calculation  [SOLVED]

Questions about MultiCharts and user contributed studies.
tradingest
Posts: 283
Joined: 05 Dec 2014
Location: Italy
Has thanked: 53 times
Been thanked: 3 times

Stop backtest calculation

Postby tradingest » 11 Nov 2016

Hi all,

there is a way to stop the calculation strategy backtest when my log find out a problem?
I will stop strategy to change the code and recalculate

thanks

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Stop backtest calculation  [SOLVED]

Postby JoshM » 11 Nov 2016

there is a way to stop the calculation strategy backtest when my log find out a problem?
I will stop strategy to change the code and recalculate
From my understanding of what you mean here, that's not possible since MultiCharts natively cannot read from your log.

However, if something happens in your code that gives cause for the script to be stopped, you can call the Abort keyword conditionally.

tradingest
Posts: 283
Joined: 05 Dec 2014
Location: Italy
Has thanked: 53 times
Been thanked: 3 times

Re: Stop backtest calculation

Postby tradingest » 12 Nov 2016

precise and generic replies. You are fantastic.


Return to “MultiCharts”