Hi Support,
as of this weekend when I run my strategy in backtest mode it slows to a crawl. It was previously performing quite well & I have rolled back to my mercurial commits that were stable. With my stable code base I have tried both the newest API 2.7.9 and the older code base 2.7.8 from when I made the commit.
Here is the error I am encountering:
java.lang.IllegalArgumentException: In progress bar is not loaded, could not load history further
java.lang.IllegalArgumentException: In progress bar is not loaded, could not load history further
at com.dukascopy.charts.data.datacache.priceaggregation.dataprovider.PriceAggregationDataProvider.loadBarsWithInProgressBarCheck(PriceAggregationDataProvider.java:1396)
at com.dukascopy.charts.data.datacache.priceaggregation.dataprovider.PriceAggregationDataProvider.loadPriceRangeData(PriceAggregationDataProvider.java:1375)
at com.dukascopy.api.impl.History$23.run(History.java:1200)
at com.dukascopy.api.impl.History$23.run(History.java:1183)
at java.security.AccessController.doPrivileged(Native Method)
at com.dukascopy.api.impl.History.getRangeBars(History.java:1183)
at com.dukascopy.dds2.greed.agent.strategy.tester.TesterHistory.checkAndFillRangeBarBuffer(TesterHistory.java:1647)
at com.dukascopy.dds2.greed.agent.strategy.tester.TesterHistory.getRangeBars(TesterHistory.java:1545)