Hi, An idea to support mql4 inside jforex was brilliant. I used your ConnectorStrategy class to successfully compile my hedging EA. However I when I'm trying backtesting I get following error: com.dukascopy.api.JFException: Instrument [USD/CHF] not opened @ jforex.converted.MyEA.DoThings(MyEA.java:52) Opening positions works for a currency pair where an EA is loaded, but historical tester is unable to open a position for other pairs. How to get multiple currency pairs tradeable in historical tester when using mt4 environment ? Thanks in advance
Hi, An idea to support mql4 inside jforex was brilliant. I used your ConnectorStrategy class to successfully compile my hedging EA. However I when I'm trying backtesting I get following error: com.dukascopy.api.JFException: Instrument [USD/CHF] not opened @ jforex.converted.MyEA.DoThings(MyEA.java:52)
Please try to select the USD/CHF currency in the historical tester tab and retest your strategy.