Hello,
I have noticed there are only 6 variants of the submitOrder method (javadoc):
https://www.dukascopy.com/client/javadoc ... mmand.htmlHowever in the example code of the SimpleStrategy class I have found a different variant of the submitOrder method:
submitOrder(this.amount, orderCmd, this.takeProfitPips);
This variant, with takeProfitPips as the last parameter is not describered in the javadoc documentation! Very strange...
Where can I find the most up to date documentation of the com.dukascopy.api?
I am confused because
https://www.dukascopy.com/client/javadoc ... mmand.html is apparently not the most up to date?
Thanks in advance