> 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/components/tradingview-tm-charts.md).

# TradingView™ Charts

TopstepX has licensed the TradingView charting library to give traders access to the tools they know and love, without ever having to leave the platform. TopstepX charting by TradingView offers real-time data and advanced technical analysis tools that help traders make smart decisions.&#x20;

With an intuitive interface, customizable indicators, and seamless market integration, they’re perfect for everyone from beginners to seasoned traders alike.&#x20;

It is important to note that third-party TradingView indicators and scripts are not able to be imported into TopstepX at this time. This is due to limitations in their commercial licensing, and out of our control - however we are working closely with our partners to hopefully bring this in the future.

**Warning:** TopstepX uses a proprietary data feed directly sourced from the exchange(s). We provide raw data updates at very fast refresh intervals directly into the charting library. This may cause issues with outdated or slow browsers, which can struggle to keep up. If you experience any kind of delay or lag, please reduce your data refresh speed.\
\
There are (3) data refresh speeds available to choose: Slow *(750ms)*, Medium *(default - 250ms)* & Fast *(50ms)*.


---

# 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/components/tradingview-tm-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.
