> For the complete documentation index, see [llms.txt](https://docs.zeiierman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeiierman.com/tradingview/zooming.md).

# Zooming In & Out

Being able to swiftly zoom in and out is essential for traders who need to fine-tune their analysis by adjusting the level of detail on their charts.

#### Here are the key components for zooming in and out:

* **Chart Area:** The chart area is where you will be focusing on price movements.
* **Toolbar:** You’ll find buttons for zooming in and out along with other tools for drawing and analyzing data.
* **Price Panels:** Located on the right side of your chart, the price panel can be adjusted by scrolling over it to zoom into the price range.

### Zooming (*with mouse*)

* To zoom in, scroll the mouse wheel forward (towards you).
* To zoom out, scroll the mouse wheel backward (away from you).

This is the quickest and most intuitive way to zoom in and out on TradingView charts.

### Zooming (*with keyboard shortcuts*)

<details>

<summary>On Windows</summary>

Hold down the <mark style="color:green;">**CTRL key and scroll your mouse wheel**</mark> to zoom in or out.

</details>

<details>

<summary>On Mac</summary>

Hold down the <mark style="color:green;">**COMMAND key and scroll your mouse**</mark> wheel to zoom in or out.

</details>

### Zooming in on the Price Panel

You can zoom in on price movements by hovering your cursor over the price scale on the right side of your chart. Then, scroll your mouse wheel to zoom in and out of the price range.

This allows you to focus on a specific price area and analyze finer details within that range.

### Resetting the Chart View

If you’ve zoomed in or out too much and want to quickly return to the default view, use the following shortcut:

<details>

<summary>On Windows</summary>

Press <mark style="color:green;">Alt + R</mark> to reset the chart.

</details>

<details>

<summary>On Mac</summary>

Press <mark style="color:green;">Option + R</mark> to reset the chart.

</details>

This shortcut will reset the zoom level and bring the chart back to its default view, making it easier to start fresh. For further customization and advanced options, refer to our [TradingView guides](/tradingview/getting-started.md) or the [TradingView Help Center.](/help/tradingview-help.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://docs.zeiierman.com/tradingview/zooming.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.
