> For the complete documentation index, see [llms.txt](https://docs.dex.guru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dex.guru/more-info/price-charts.md).

# Price Charts

## How are price charts displayed on DexGuru?

For every token on DexGuru, you will see its price chart that will display its price history up to its most recent price.

![](/files/kndzoA7nJsnnmbLXQ8gn)

All token price charts on DexGuru are currently displayed using [TradingView’s](https://www.tradingview.com/) technical analysis charts library. The token price charts you see are completely customizable and feature packed with the majority of the same functionality when using the standalone TradingView platform.

You will be able to adjust time periods, add lines, drawings, technical indicators and customize charts to your preferences and liking.&#x20;

{% hint style="success" %}
*There are no limitations on the number of indicators that you can add to the charts on DexGuru, which is normally restricted on the TradingView platform based on paid memberships plans* 🥳
{% endhint %}

To learn more about using Tradingview charts, indicators, drawing tools and chart types, feel free to visit the [official Tradingview help center](https://www.tradingview.com/support/categories/chart/) for more more information.

## Can I add or import DexGuru's Token Price charts directly into the TradingView Platform?

Unfortunately not, we only use TradingView's chart library to display to our token price data and there is no way to manually add or import this data into the standalone TradingView Platform. This price data is also not available as a datafeed directly on TradingView, meaning you will not be able to find DexGuru token prices when searching on TradingView.

## Is there a way to login with my TradingView account on DexGuru?

As the TradingView chart library does not have this functionality, you won’t be able to login to your TradingView account.


---

# 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.dex.guru/more-info/price-charts.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.
