> For the complete documentation index, see [llms.txt](https://docs.pumpfarmer.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pumpfarmer.pro/trading/trade-analytics.md).

# Trade Analytics

PUMPFARMER provides comprehensive trading statistics to help you monitor and analyze your trading performance. This guide explains how to interpret your trading metrics and use them to improve your strategy.

## Key Performance Indicators (KPIs)

<div align="left"><figure><img src="/files/75s8nywGLkE3GsjVdgu8" alt="" width="254"><figcaption><p>Trade Statistics</p></figcaption></figure></div>

* **Win Rate**: Percentage of profitable trades
  * 62% (1,163 winning trades out of 1,876 total trades)
* **Volume**: Total trading volume in USD
  * Example: $204,527.76
* **NET Return**: Total profit/loss after fees
  * Example: $40,294.24

### Daily PnL Chart

Generate your daily PnL Chart

* Cumulative profit/loss over time
* Hourly performance breakdown
* Visual representation of trading sessions
* Updated hourly with latest data

### Detailed Report (History)

* Downloadable PDF reports
* Detailed transaction logs
* Fees and slippage information

## Best Practices

1. **Regular Review**
   * Check stats daily
   * Analyze weekly trends
   * Conduct monthly performance reviews
2. **Performance Optimization**
   * Use stats to adjust trade size
   * Optimize chain selection
   * Fine-tune entry/exit strategies
3. **Risk Management**
   * Monitor drawdown levels
   * Track profit factor changes
   * Adjust based on win rate trends

## 🆘 Need Help?

If you need help or you have questions, don't hesitate to contact us:

* 💬 [24/7 Telegram Support](/support/contact.md)
* 👥 [Community (Private Group)](/member-only/private-group.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pumpfarmer.pro/trading/trade-analytics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
