> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/settings/charts-and-data.md).

# Charts & Data

<figure><img src="/files/vDT8CGrz6KJa7OdOF5H8" alt=""><figcaption><p>Charts &#x26; Data Settings</p></figcaption></figure>

## Historical Tick Data

TopstepX charting provides access to historical second and tick-level market data to support short-term analysis, replay, and trade review.

#### How Much Historical Data Is Available?

* **Tick data:** Up to **1 month** of historical tick data
* **Second-based data:** Up to **1 month** of historical second data

This limit applies across all supported symbols and chart timeframes that rely on second or tick granularity.

## Available Settings

The below list indicates the settings available to modify from the Charts & Data settings panel:

1. [Data Update Speed](/settings/charts-and-data/data-update-speed.md)
2. [Hide Chart Plots](/settings/charts-and-data/hide-chart-plots.md)
3. [Chart Plot Alignment](/settings/charts-and-data/chart-plot-alignment.md)
4. [Order Settings](/settings/charts-and-data/order-settings.md)
5. [Chart Value Display Type](/settings/charts-and-data/chart-value-display-type.md)
6. [Chart Executions](/settings/charts-and-data/chart-executions.md)
7. [Account Settings](/settings/charts-and-data/account-settings.md)
8. [Hide Economic Events](/settings/charts-and-data/hide-economic-events.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://help.topstepx.com/settings/charts-and-data.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.
