I am placing buy market order for FDAX U5-EUX using
OrderId = Trade.buyMarket(
{
"symbol": getSymbol(), "qty": nQty,
"account": Trade.getCurrentAccount(),
"connectionID": Trade.getCurrentConnectionID()
});
When connecting to in build demo accounts EFS-AT stops executing with error:
Some order fields are wrong: Trigger Method
OrderId = Trade.buyMarket(
{
"symbol": getSymbol(), "qty": nQty,
"account": Trade.getCurrentAccount(),
"connectionID": Trade.getCurrentConnectionID()
});
When connecting to in build demo accounts EFS-AT stops executing with error:
Some order fields are wrong: Trigger Method
Comment