# Sum of Trades & PnL Relative to Avg. Trading Size

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdSTOBH_KIITZ9dbgLuEVn3Twmyq2xPGq_0lrhABG_acuxEj7YwLZwWHMdtMIw3FBlCKKg0-I24ue9HmBT2OFAzNb_gS7uOIva4LlLByjzWNfyQUH7QABRpEapnG-DsSMi9BMGpVg?key=m0GzAL3FlmE0wExkYvJ8q03P" alt="" width="563"><figcaption></figcaption></figure>

* **Sum of Trades PnL:** This the sum of all closed trades profits and losses. This the most real and conservative approach to real profitability. Especially if Net SOL points to a similar number (and there are a small amount or no open trades at all).
* **PnL relative to avg. trading size:** This metric derives from the sum of trades PnL (above) divided the average trading size (also above). It’s a number to give an idea of overall wallet performance. It’s the closest we can get to accumulated returns of an equity curve given the composability nature of on-chain trading, especially If the wallet trades clean (buy and sell 100% of the tokens and has no in/out token transfers).


---

# 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://dedge-1.gitbook.io/dedge-sol-analyzer/understanding-the-tool/readme/the-wallet-analyzer/sum-of-trades-and-pnl-relative-to-avg.-trading-size.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.
