# Trading Deltas and Percentiles

### This is a very important metric, especially if you want to copytrade.

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

* **Average Trading Time:** This metric shows the average time taken to complete a trade. It’s just to give an idea and could be biased if the longest trade took too long to close.
* **Trades per Token:** This metric indicates the frequency of trades for each token. Some higher frequency traders will trade the same token many times.
* **Min/Max/Percentiles:** These metrics provide insights into how fast the wallet trades and are really important for a good copytrading system because higher frequency traders are very hard to copy and you will likely lose money. As a rule of thumb, avoid copying wallets that the 10th percentile is below 60-100 seconds. If you want to understand this further, read more on “[What is a copytrading system?](/dedge-sol-analyzer/understanding-the-tool/readme/what-is-a-copytrading-system.md)” and “[Building a successful copytrading system](/dedge-sol-analyzer/understanding-the-tool/readme/what-is-a-copytrading-system/building-a-successful-copytrading-system.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://dedge-1.gitbook.io/dedge-sol-analyzer/understanding-the-tool/readme/the-wallet-analyzer/trading-deltas-and-percentiles.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.
