> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/memecoins/token-page/pnl-settings.md).

# PNL Settings

<figure><img src="/files/fs3dpufumHOOgn7H0QAO" alt=""><figcaption><p>PNL Settings Feature</p></figcaption></figure>

{% tabs %}
{% tab title="Reset PnL on Close" %}

<figure><img src="/files/okj16rISsN4ilLCCO8YT" alt="" width="563"><figcaption></figcaption></figure>

Toggle this on to **only show PnL for the current open position**. When you fully close a position, the counter resets, so opening a new position starts fresh at $0.

Keep it off to see cumulative PnL across all your buys and sells on that token.
{% endtab %}

{% tab title="Preview" %}

<figure><img src="/files/ACCBSWn44bxtEOzkU4Vv" alt="" width="563"><figcaption></figcaption></figure>

A live view of how your PnL bar will look based on your current settings. It shows:

* **Bought** — Total amount bought (USD).
* **Sold** — Total amount sold (USD).
* **Holding** — Current value of the position still held.
* **PNL** — Net profit or loss in dollars and percentage.
  {% endtab %}

{% tab title="History" %}

<figure><img src="/files/BTVAZGqCDu8OOO38VK4q" alt="" width="563"><figcaption></figcaption></figure>

A log of every **closed position cycle** for this token. Each entry shows:

* **PnL** in dollars and percentage for that cycle.
* **Duration** — How long the position was open.
* **Entry and exit prices** with directional arrows.
* **Buy/sell count** — How many transactions made up that cycle.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.trade.fun/memecoins/token-page/pnl-settings.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.
