# Trades

### **Trade History**

This section displays the trades that have ended, including the amount of profit or loss incurred.

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

{% hint style="info" %} <mark style="color:blue;">**Glossary for the image above:**</mark> :arrow\_heading\_down:

**Type -** Displays the currency you traded with, the direction of your position (LONG or SHORT), and the amount of leverage you used.

**Action -** Displays whether the trade was closed fully, partially or liquidated.&#x20;

**Size -** The current total position value of the trade.

**Net Value -** Simply subtracts the realized PNL from your total collateral.

**Collateral -** The amount of USD you put up for the trade.

**Entry Price -** The USD value of the cryptocurrency at the time of opening the trade.

**Close Price -** This is the price at which your trade was closed.

**Realized PnL -** This number indicates whether you made a profit (green) or a loss (red) on your Collateral from when you opened to when you closed the trade.
{% endhint %}

> **Clicking the Arrow Button** ![](/files/CK7QML7ZDJTlvayvpSzs) **next to the PnL value of your position allows you** [**share your trade**](/start-trading/or-unlimited-leverage-guide/positions/share-position.md)**.**


---

# 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.unlimited.trade/start-trading/or-unlimited-leverage-guide/trades.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.
