# Chart Panel

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

**Timeframe Selector (1m, 5m, 1h, etc.).**\
Located at the top left, this allows you to change the time interval for each candlestick on the chart. Selecting "5m" means each candle represents 5 minutes of price action.

**OHLC Data.**\
Directly under the asset name, you will find the OHLC (Open, High, Low, Close) data for the currently selected candle. This gives you a precise summary of price movement within that interval.

**Candlesticks.**

* Green Candle. The price closed higher than it opened (bullish).
* Red Candle. The price closed lower than it opened (bearish).
* Wicks. The thin lines extending from the candle body show the highest and lowest prices reached during the interval.
* Volume Bar: The bars at the bottom of the chart indicate the trading volume for each interval.&#x20;


---

# 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.nunchi.trade/nunchi-testnet-user-guide/dashboard/chart-panel.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.
