# Chart

<figure><img src="/files/tUkLMZwZ1N9LBurYo5QT" alt="Terminal chart with positions, fills, open orders, take profit, and stop loss overlays."><figcaption><p>Terminal chart with positions, fills, open orders, take profit, and stop loss overlays.</p></figcaption></figure>

The Chart block shows the selected market with TradingView tools plus Proliquid trading overlays.

On the chart you can see:

* Current position and unrealized PNL.
* Recent order fills.
* Open limit orders.
* Take-profit and stop-loss orders.

## Chart actions

You can manage orders directly from the chart:

* Drag and drop open orders or TP / SL lines to update their price.
* Click the cross on an order or TP / SL line to cancel it.
* Click into supported price inputs in the [Trade form](/terminal-sections/trade-form.md) to activate chart price picking.

## Market picker

To change market, click the market icon and name. This opens the market picker.

You can also press `/` to open the market picker from the keyboard, then search and navigate quickly.

By default, the Terminal market picker opens with Hyperliquid markets because Terminal trading is currently Hyperliquid-only. Other Proliquid research tabs can show additional exchanges, but execution in Terminal is for Hyperliquid markets.

Related pages: [Limit orders](/order-types/limit-orders.md), [Scale orders](/order-types/scale-orders.md), [Positions](/terminal-sections/positions.md), [Open orders](/terminal-sections/open-orders.md).


---

# Agent Instructions: 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:

```
GET https://docs.proliquid.xyz/terminal-sections/chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
