Operational Messages

The TradeReceiver Trial EA operational messages and resolution guide.

Expert Advisors Operational Messages

Observe the message number displayed in red in the EA dashboard. Find that EA code in the table below and click on that number to see the details and possible resolutions:


General EA
EA CodeSeverityMessageDescription
1001 Error Setup problem: DLL imports not allowed. Tick Allow DLL imports in Common tab of the properties window. Configuration setting is missing to allow the EA to use dynamicaly loaded libraries (DLLs). Enable the load of DLLs and restart the EA. More...
1006 Error MT4 Expert Advisors are disabled: click on the AutoTrading icon on the MT4 toolbar to execute the EA. EA does not perform its operations, not monitoring nor reacting to price movements of the market. More...
1007 Error Live trading is not allowed (no smiley face): press F7 and tick Allow live trading box on Common tab. The EA is unable to perform trading operations, there is a frown icon in the top right corner of the chart. More...
1121 Error Order close failed at bid <Bid> for #<TicketNo> <TicketType> cmnt:<TicketComment> (<AttemptNo>, <TicketCount>/ <TotalTicketCount>, <Latency>ms) Attempt to close an open trade returned with error. More...
1163 Warning Connection - Down X times Last time... The MT4 lost connection to the broker's server. More...
9104 Error Order submit failed at bid ... Broker server rejects orders submitted by the EA. More...

MetaTrader Operational Messages

Observe the message number displayed in white in the EA dashboard. Find that MT4 code in the table below and click on that number to see the details and possible resolutions:


General MT
MT4 CodeSeverityMessageDescription
2 Error Common error. Connection, broker account or market related error. More...
129 Error Invalid price. The market price moved in the meanwhile making the price in the order not feasible. More...
132 Error Market is closed. Market is closed, trading is not available. More...
133 Error Trade is disabled. Broker disabled trading on this account. More...
136 Error Off quotes. No current prices available or a broker configured limit breached. More...
148 Error Amount of open and pending orders has reached the limit. The broker account does not allow for more open or pending orders on the account. More...