> 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/chart-drawing-tools.md).

# Chart Drawing Tools

Using TradingView's drawing tools, you can annotate, comment, highlight trends and patterns, measure and forecast, and calculate price levels. These tools are found on the left panel of the chart.

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

Each tool offers style and visibility settings for various timeframes. These settings can be modified via the menu that appears on double-click or by using the "Settings" button on the floating panel. You can save the style to a template for future use with a single click.

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

To quickly access frequently used tools, you can add them to your favorites by clicking the star icon next to the desired tools in the dropdown menu. These tools will then appear on a separate floating panel.

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

The TradingView chart tools are categorized into 7 groups:

1. Trend lines let you mark movement direction and price levels. These are the most commonly used tools, many of which include a text addition feature. <br>

   <figure><img src="/files/iCBBjZ3rXn4w9um1kNcE" alt=""><figcaption></figcaption></figure>
2. Gann and Fibonacci tools: These tools help you automatically generate levels based on Fibonacci formulas and Gann theory. You can customize the number of levels and adjust the coefficients in the settings.

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

3. Patterns: Identify and mark common chart patterns such as Head and Shoulders, Triangles, and others. These tools help with recognizing potential market movements.

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

4. Prediction and measurement tools: Use these to forecast trends, measure distances between points, and time future events. Useful for planning and analysis.

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

5. Geometric shapes: A toolkit for drawing freehand lines (Brush, Marker, Polyline) and standard geometric figures.

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

6. Annotation tools: These allow you to add notes, labels, and other text-based elements to your charts. They are useful for commentary and highlighting important information.&#x20;

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

7. Icons and objects: Enhance your charts with various icons and objects to signify specific points of interest or to follow a specific annotation style.<br>

<figure><img src="/files/8BZGH4YHn40Ezqtrqrz3" alt=""><figcaption></figcaption></figure>


---

# 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/chart-drawing-tools.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.
