Topic: backtesting with more than 50.000 bars

Is it possible to run backtests whith more than 50.000 bars, for example 250.000 bars?

will there be a new update for FSB were we allowed to used more bars?

Is it possible to chance the source code of FSB by myself to run more than 50.000 bars?

Re: backtesting with more than 50.000 bars

You can do this by editing config.xml file. Edit MAX_BARS value. <MAX_BARS>1400000</MAX_BARS>
File is located in FSB/System folder.