Just started with jForex. I noticed the line:
final Instrument instrument = Instrument.EURUSD;
in many examples. So the example strategy only works on Euro Usd. Might that be the problem?
Question: Is it possible to make a strategy recognize the instrument of the currently active chart, other than
@Configurable("Instrument")
public Instrument instrument = Instrument.EURUSD;