> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/gai-nian-gong-ju/tu-biaokxian-jiao-yi-zhi-biao.md).

# 图表、K线、交易指标

### 概览

在参与加密货币的借出与借款时，监控市场趋势和评估风险非常重要。交易所会提供图表、K线图和交易指标，帮助用户分析资产价格走势、评估借款机会并更有效地管理借出风险。

***

### 1. 图表

图表为每种加密货币提供了价格与市场活动的 **可视化表现**。\
它们可以帮助用户：

* 跟踪历史价格趋势。
* 识别支撑和阻力位。
* 监控波动性，而波动性可能会影响利率和借款风险。

**提示：** 对于借出方，监控图表有助于评估所借出资产的稳定性。对于借款方，它有助于把握进出场时机，避免在高波动的情况下进行借款。

***

### 2. K线图

K线图展示了某资产在特定时间区间内的价格走势（例如 1 分钟、1 小时、1 天）。每根K线包含四个关键数据点：

* **开盘价** —— 时间区间开始时的价格。
* **收盘价** —— 时间区间结束时的价格。
* **最高价** —— 区间内达到的最高价格。
* **最低价** —— 区间内达到的最低价格。

**在借出与借款中的应用：**

* K线图有助于识别短期与长期的市场趋势。
* 剧烈的价格波动可能预示更高的借款风险（爆仓风险）。
* 稳定的价格形态通常意味着更安全的借出或借款环境。

***

### 3. 指标

指标是应用于图表的 **技术分析工具**，用于帮助解读市场状况。常见的指标包括：

* **移动平均线**：显示整体趋势方向，有助于决定何时进行借款或还款。
* **相对强弱指数**：衡量超买或超卖情况，可提示潜在的价格反转。
* **布林带**：反映价格波动；带宽较宽通常意味着高波动，可能增加借款人的爆仓风险。
* **成交量指标**：显示交易活跃度；高成交量可能意味着更强的支撑/阻力位。

**在借出与借款中的应用：**

* 借款人可以利用指标避免在过热的市场中入场。
* 出借人可以利用指标在提供资产之前评估市场情绪。

***

### 需要记住的关键点

* 图表和K线图能够 **直观呈现市场数据**，帮助借款人和出借人做出更明智的决策。
* 指标提供了关于趋势、动能和波动性的 **更深入洞察**。
* 监控这些工具有助于 **降低风险**，例如避免借款人出现意外爆仓，或避免出借人资产贬值。


---

# 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://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/gai-nian-gong-ju/tu-biaokxian-jiao-yi-zhi-biao.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.
