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