Changed the config in title to following in Launcher/config.json:

"maximum-data-points-per-chart-series": 20000,

But the resulting datapoints in our Equity chart were still separated by a full day for a minute timeframe backtest that spun for a month.

Can see 4000 being set also for BacktestingResultHandler.Samples and Controls.MaximumDataPointsPerChartSeries, but changing those has no effect either.

Is there a way to increase the resolution?

Author