when called from within an indicator, several IHistory method calls such as
history.getLastTick(context.getInstrument());
history.getStartTimeOfCurrentBar(context.getInstrument(), Period....);
return the error
Quote:
com.dukascopy.api.JFException: Instrument [EUR/USD] not opened
despite passing the instrument that the indicator is running on (context.getInstrument()).
Best, RR.