# Accounts Panel

The **Account** page in the console provides a convenient view of current account information as well as open orders, positions and historical trades. The columns displayed in each section will vary depending on the broker or data service that you chose for your workspace.

<figure><img src="/files/Y3B00Mhmg3qYcUXN5PzJ" alt=""><figcaption></figcaption></figure>

This is the default layout for the **Account** page. You can add these panels anywhere within the Console or Desktop. Simply click on the **Add Tab** button (Plus Icon) next to the existing tab where you want to add the panel.

<figure><img src="/files/8HZGRzWDrHty1k7DeVf9" alt=""><figcaption></figcaption></figure>

## Account Panel

The **Account** panel displays information about each available account in your workspace. The columns displayed will differ depending on the broker that you chose for your workspace. The **Unrealized PL** column is common to all brokers and displays the current unrealized profit/loss for all positions that belong to each account.

<figure><img src="/files/zOtNOaUoBl42w98MbXtP" alt=""><figcaption></figcaption></figure>

The **Default** column indicates which account is the default for placing orders. You can change the primary account by right clicking on the desired account and choosing **Set As Default Account**. This setting is important to avoid accidentally placing orders on the wrong account.

<figure><img src="/files/KLHrQv15hwIK3pWsbgd9" alt=""><figcaption></figcaption></figure>

Other options in the right click panel are:&#x20;

* **Fixed Columns -** Locks a specific amount of columns (0-4) starting on the left side of a narrow panel, keeping them visible as you move the rest of the panel's content left or right.
* **Show Vertical Scroll -** Displays a scroll bar on the right of the panel.
* **Add Trade Copier Account** - Adds Trade Copier account to the chosen account if you're on the Order Flow edition and above.
* **Add Replay Account** - Adds Replay account

## Orders Panel

The Orders panel displays the currently active orders in one convenient location. The **Group** column indicates orders that are linked as either OCO (One Cancels Other) or OSO (One Submits Other). The **Status** column displays the current order status (green for active). Click on the ‘C’ to cancel an active order. If an order has outstanding changes, the status column will change to show a ‘T’ and a ‘D’. Click on the ‘T’ to transmit (submit) the changes to the broker or on ‘D’ to discard the changes.

<figure><img src="/files/Tts3riQGq45w4OAVEKPq" alt=""><figcaption></figcaption></figure>

Orders can be edited from here directly by clicking on the appropriate table cell (see below).&#x20;

<figure><img src="/files/u2zkI025CTUvVl6WuK8l" alt=""><figcaption></figcaption></figure>

Alternatively, right click an order to see additional options. Double clicking on an order will show the **Order Ticket** dialog.

<figure><img src="/files/uyYC3Gko6EMhBZoVUau2" alt=""><figcaption></figcaption></figure>

Filled orders are available in the **Filled** tab under the **Orders** panel. The **Status** column displays the current order status (smoky white for filled):

<figure><img src="/files/uPFFrdwtlM20h4zKuA4i" alt=""><figcaption></figcaption></figure>

## Positions Panel

The Positions panel shows the currently open positions (and closed for some brokers). Individual positions can be closed (at market price) by clicking on the **Close** button (right hand side). If you would like to close all positions, right click on a position and choose *Close All Positions*.

<figure><img src="/files/AU8ZGxk4cVNxAxqZtU1z" alt=""><figcaption></figcaption></figure>

If you have enabled the simulated account, you can add positions manually by clicking the **Add Position** (Plus Icon) button on the top right corner of the panel. This is a useful feature if you would like to track positions that are managed outside of the broker or data service that you are using. The following diagram shows the **Add Position** dialog. It has the following fields:

* **Instrument** – select the symbol for the instrument
* **Opened Date** – This is when the position was originally opened
* **Long/Short** – Long or Short position
* **Quantity** – Number of shares, contracts etc
* **Avg Price** – Average entry price for the position
* **Commission** – Optionally enter a commission to track fees.

<figure><img src="/files/L3Fofj12Hwm6DrYvCtf9" alt=""><figcaption></figcaption></figure>

For some brokers (such as FXCM) they provide a bit more information on position such as the recently closed positions. Specifically for FXCM hedging accounts, a summary tab is included to roll up individual position totals.

<figure><img src="/files/nC05SVH3H57cGjpj0BJC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3JuO2XyWm8Vcz7fgxegN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sPjAnQ7QsgExaKa4VEkS" alt=""><figcaption></figcaption></figure>

## Executions Panel

The Executions panel displays historical trades (i.e. filled orders). Columns displayed on this page will vary depending on the broker chosen for the workspace. Some brokers only report a limited number of historical trades. For this reason, you should rely on the account management tools provided by your broker to ensure accurate reporting of historical trades.

<figure><img src="/files/jRgjtNs6hMaZVchlfL04" alt=""><figcaption></figcaption></figure>


---

# 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/user-guide/account-management.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.
