jfyi,
the above code compiles ok, but is throwing a NoSuchMethodException at the following line when run in historical tester
IOhlcChartObject ohlc = chart.getChartObjectFactory().createOhlcInformer("inf1");
Error:
Quote:
Strategy tester: java.lang.NoSuchMethodException: com.dukascopy.charts.drawings.OhlcChartObject.<init>(java.lang.String) @ jforex.TestOHLC.onStart(TestChart.java:31)
The method
chart.getChartObjectFactory().createOhlcInformer();
is working fine.
Best, RR.