Message 9104
EA Code | Severity | Message | Description |
---|---|---|---|
9104 | Error | Order submit failed at bid ... | Broker server rejects orders submitted by the EA. More... |
Order submit failed at bid
Issue
The TradeReceiver Trial EA sends a trading request to the broker server which rejects the request due to an issue on the broker side. The details of the broker side issue is described by the MT4 error code presented in the EA dashboard right below the red error message - here is an example:

Possible root cause
In your MT4 chart, observe the MT4 error code displayed in the EA dashboard. Find that MT4 code in the below table and click on that number to see the details and possible resolutions:
MT4 Code | Severity | Message | Description |
---|---|---|---|
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... |