Trades Disabled on EA when the options are all enabled? - page 2

 

Perhaps it's my syntax that is messed up:

OrderSend(Symbol(), OP_SELL, lots, MarketInfo(Symbol(), MODE_ASK), slippage, NULL, NULL, "Order from indicator", magic, NULL, LimeGreen);
 
NOENEEL NAVEEN SHARMA:

Different symbols, but symbols that I have traded with on that broker

The broker can disable trading temporarily on 1 symbol even if the others are enabled.

NOENEEL NAVEEN SHARMA:
These are live accounts with my other EA working fine with trades. First 2 brokers were FXCM and OANDA. Just waiting for IC Markets now.

Isn't a FIFO issue I suppose ?

 
NOENEEL NAVEEN SHARMA:

Perhaps it's my syntax that is messed up:

The syntax is fine as otherwise the order would not appear in the log with this error message.
 
I'm going to put in some error checking and will try running it again to see if i can get something more informative to go back to the brokers with.
Reason: