> For the complete documentation index, see [llms.txt](https://prodigyfi.gitbook.io/perps-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodigyfi.gitbook.io/perps-user-guide/orderbook-and-chart/viewing-the-chart.md).

# Viewing the chart

Charts are essential tools for traders and investors, as they allow for the analysis of market trends and price movements, which helps inform investment decisions.

A financial chart includes technical analysis tools and indicators that help trader identify trends, support, and resistance levels, and other market patterns. Some of these indicators include moving averages, trend lines, and relative strength index.

The chart displays price and volume activity for the selected instrument, with options for viewing activity for the:&#x20;

* last 24 hours (default)
* last 1 week
* last 1 month
* last 3 months
* last year
* MAX

<figure><img src="/files/alS2LLgMfLhGWhWALuuH" alt=""><figcaption></figcaption></figure>

You can change the chart view from selecting between:&#x20;

* Index Price
* Mark Price
* Predicted Funding Rate
* 24h Volume

The *mark price* is usually updated in real-time during trading hours and can change frequently, depending on market conditions. It is an important indicator for traders and investors, as it provides an estimate of the fair value of a futures contract or option at a particular point in time.

The *index price* is calculated by taking the weighted average of the prices of all the stocks included in the index. The weight of each stock is determined by its market capitalization, which is the total value of all the outstanding shares of a company.


---

# 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://prodigyfi.gitbook.io/perps-user-guide/orderbook-and-chart/viewing-the-chart.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.
