Followed
https://www.dukascopy.com/wiki/index.php ... er_Amounts engine.submitOrder("xauusdMinOrder", Instrument.XAUUSD, OrderCommand.BUY, 0.00001);
The order is rejected with the following error message:
$ORDER_SUBMIT_REJECTED - Your order has been rejected due to validation failure. Invalid amount value, amount must be >= 1000 order: CANCELED BUY 0.0 @ 0.0
Looks like the server reject orders below 1000 unit regardless it is currency or XAU.
Need help! Thanks!