# Positions balance

Positions balance tab contains the summary of all the opened positions by the chosen account(-s).&#x20;

Tab can be accessed from Portfolio screen by tapping on the Positions balance button:

<figure><img src="/files/6Iu85xIiFRpvTKHmq6KK" alt="" width="375"><figcaption></figcaption></figure>

For each position the following information is available:

* Symbol - name of the instrument traded;
* Net position qty. - the net amount of open position;
* Gross P/L - total amount of P/L for open position in the account currency.

To see the additional data by the chosen position, tap on it and the table with data will be displayed:

<figure><img src="/files/vVUqNihSsBKRsOHDTqhL" alt="" width="375"><figcaption></figcaption></figure>

The descriptions and calculations of the parameters in the table are below:

* Current price - market price obtainable from a broker;
* Break-even - shows the price where Profit/Loss will be zero<br>

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

  where: \
  \&#xNAN;*N - the number of open positions for the selected instrument;*

  *OPi - Open price;*

  *qty i - the volume of the "i" position, taking into account the sign, for a short position the sign is “-”, for a long position the sign is “+”.*
* Gross exposure – the total exposure for open positions by symbol<br>

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

  where: \
  *Lot size - lot size for the selected instrument;*\
  *Cross price - cross rate from the quote currency to the account currency.*
* Net exposure - net exposure for open positions by symbol<br>

  <figure><img src="/files/N4tLJUDUhq3E7LrO71xx" alt=""><figcaption></figcaption></figure>
* Long qty. - total amount of long positions by symbol;
* Short qty. – total amount of short positions by symbol;
* Average long – average price of long positions<br>

  <figure><img src="/files/dEPW47Cx3CNTdNkZSnpa" alt=""><figcaption></figcaption></figure>
* Average short – average selling price of short positions<br>

  <figure><img src="/files/j0k3ev52O4yPy31mEQCL" alt=""><figcaption></figcaption></figure>
* Position value – current value of the position. Calculation is based on current market price<br>

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

  Note that Position value formula depends on the position side:\
  \&#xNAN;*Long position: Position value = Position exposure+Gross P/L;*\
  *Short position Position value = Position exposure-Gross P/L.*

Also at the bottom of the Positions balance tab the Total Gross P/L can be found. It displays the sum of Gross P/L for all positions.

To call the Context menu, press and hold (Long tap) on the needed item: &#x20;

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXd_wA9xYgS7MKcfHVrIlbXXtG8bm7Ng9VIIMYf2LK0GFuIzloGp6MjqEeCQnbuNY5PhSVOm33HEvT8g3p-jELGndvd6uDilatz6xvnzBFj278-F1FGsbJPBS-a78VhN9KPT3dVPnHSH-BhsEF6Qd4YTFAE?key=i34kSG4duM_DXcQbimGXZQ" alt="" width="375"><figcaption></figcaption></figure>

Actions available in the Context menu:

* Chart/Info - by tapping, the Chart with the position symbol will be opened;
* Details - tap and detailed description of the position will be opened.


---

# 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/investing/portfolio/positions-balance.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.
