> For the complete documentation index, see [llms.txt](https://gunthy.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/chart-results.md).

# Chart & results

Monitoring and evaluating your trades is an important aspect of bot trading. Gunbot makes it easy to visualize the trades it makes, this will help you to keep improving your trading strategies.

## Charts

The built in charts uses the same candle data as the bot core works with. Indicators are calculated using the TradingView library. Charts go as far back as the exchange API returns candles to your bot.

Trades and relevant strategy targets are automatically drawn on the chart, like for example the avg. entry price of a position, the exit point or dca target.

Some target lines are movable, you can use these to visually change the target of your strategy. After dragging a target you'll see that the "save changes" button appears, the new target applies after saving.

![](/files/-M2-J3ghFM-AJEupmWDV)

The **Overview** and **Markets** sidebars let you quickly navigate between pairs, do manual trades or edit pair specific settings.

![](/files/-MP8jVVsJTKbtKSZc_t6)

## Dashboard

Get a quick overview of your active trading pairs on the dashboard. Each exchange gets their own dashboard. If you have multiple exchanges running simultaneously there are also grouped dashboards for all spot and margin pairs.

![](/files/-MP8jfneOSn_HL2kkrSy)

## Profit and loss

Go to **PNL analysis** on the dashboard to get detailed statistics about all active trading pairs.

![](/files/-LsQzZLKUtpP4CZ0vgln)


---

# 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://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/chart-results.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.
