# Currencies exposure

Currencies exposure panel shows a summary of the amount of each currency for which user has open positions.

To open a new Currencies exposure panel, select Terminal -> Currencies exposure.

![](/files/-LMr1Id9oGUC4m7cKJ44)

User can select accounts for which he wants to see the information in the panel.

The following columns are available in the panel:

* Currency – title of the currency for which user has opened positions.
* Amount – currency amount for all opened positions.

Amount (Net qty.) = Sum of all positions (Buy/Sell) by base & counter currencies

Base currency:&#x20;

Buy: Pos. amount \* Lot size\
Sell: - Pos. amount \* Lot size

Counter currency:\
&#x20;Buy: - Pos. amount \* Lot size \* Pos. open price\
&#x20;Sell: Pos. amount \* Lot size \* Pos. open price

For Futures and Options:

Base currency:\
&#x20;Buy: Pos. amount\
&#x20;Sell: - Pos. amount

Counter currency:

Buy: (- Pos. amount \* Pos. open price)/Tick cost\*Tick size\
&#x20;Sell: (Pos. amount \* Pos. open price)/Tick cost\*Tick size

* Gross P/L – current profit or loss for all opened positions.
* Exposure – exposure of all opened positions, calculate on base of open price.
* Amount exp./cl. – current value of all opened positions, calculate on base of market price.

The total is shown in account currency if accounts by all opened positions have the same account currency; if accounts by which user have opened positions have different account currencies, then total is displayed in server currency.


---

# 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://guide.traderevolution.com/project/desktop-application-for-windows/windows/account-information/currencies-exposure.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.
