1 - I could not find getPipCostInAccountCurrency(), netbeans doesn't even recognize it. Moreover I couldn't find it in the last javadoc.
2 - I'm using JForex ide to compile my programs, it seems it doesn't know getLastActiveChart() to. I checked for updates, it says JForex is up to date.
But I didn't manage to compile and use these methods.
09:57:35 JFUtils cannot be resolved to a type 09:57:35 ^^^^^^^^^^^ 09:57:35 myPanel.lotLabel.setText("Pip value (" + pipValue + ") test " + JForexUtils.convertPipToCurrency(instrument, USD) + " :"); 09:57:35 2. ERROR in C:\Users\Nicolas\AppData\Local\Temp\jfxide\tmp\RiskManager20110922.java (at line 2077) 09:57:35 ---------- 09:57:35 JFUtils cannot be resolved to a type 09:57:35 ^^^^^^^ 09:57:35 private JFUtils JForexUtils; 09:57:35 1. ERROR in C:\Users\Nicolas\AppData\Local\Temp\jfxide\tmp\RiskManager20110922.java (at line 56)
"About" in JForex ide for live account says : Dukascopy ver. 2.12.21 JForex API ver. 2.6.33
How can I use the last API version in the JForex client ?