# 常见问题解答

### 为什么已成交订单可能不会显示在K线图上？

出现这种情况的常见原因是K线图的构建方式与单笔交易的执行和显示方式存在差异。

1. **K线聚合**
   * 每根K线代表在特定时间区间内的开盘价、最高价、最低价和收盘价（例如1分钟、5分钟）。
   * 如果您的交易价格在记录的最高价与最低价之间，但并未正好等于开盘、收盘或极值，那么它不会作为标记点显示在K线上。
2. **撮合成交与图表数据**
   * 您订单的成交价格来自于撮合引擎。
   * K线图基于该时间区间内的一系列成交，但由于图表压缩与数据聚合，并非每一笔成交都会显示。
3. **低成交量或快速价格波动**
   * 如果交易活动极少，您的成交可能出现在没有被其他交易再次触及的价位。
   * 图表通常只显示该时间区间内的最高价与最低价，因此中间价位（包括您的成交价）可能并不明显。
4. **图表服务商差异**
   * 根据所用图表系统或数据源不同，有的平台可能会对数据进行四舍五入、过滤，或轻微延迟部分报价。
   * 这可能导致您在图表上看到的与实际成交记录之间存在差异。

***

### 关键结论

您的订单已在订单簿中的市场价格下正确成交。但由于K线图仅展示每个时间区间的汇总价格点（开盘价、最高价、最低价、收盘价），**并非每一笔成交价格都会显示在K线上**。如需查看准确的成交价格，请始终参考您的订单历史或成交记录，而不是图表。


---

# 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://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/gai-nian-gong-ju/chang-jian-wen-ti-jie-da.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.
