# Execute Trades on Another Account

You may have more than one broker connection in your workspace, one for data and trade execution (Broker 1 for data and Broker 2 for execution). With a chart up from Broker 1 you can use the account selector on the Trade Panel or DOM to switch to Broker 2 for trade executions. MotiveWave will attempt to map the symbols between the connections but it might fail. In this instance we can add a manual instrument map between the two.

* Right-click the Broker 1 chart and select Edit Instrument.
* On the Connections tab select the Add button.
* Add the instrument details from Broker 2.
* If you're mapping to an IB account you will need to set the exchanges to "GLOBEX" for ES/NQ.

There will now be a manual symbol map between the two connections and you should be able to place a test limit order outside the market to see if it was successful.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.motivewave.com/knowledge-base/trading/execute-trades-on-another-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
