> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/tu-biao-ding-dan-xian.md).

# 图表订单线

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

* 线条按类型颜色区分 — 限价买入、限价卖出、TP 和 SL 各有独立颜色，虚拟和真实水平线也有明确区分
* 点击任意线条可选中，拖动可调整目标价格，也可直接删除 — 修改会同步更新对应的订单
* 在 **设置 → 交易 → 显示图表订单线** 中开关（默认开启）

<div data-with-frame="true"><figure><img src="/files/FbIiTY0YbU7Rm71ein6B" alt=""><figcaption><p>示例图表，展示活跃的限价单和 TP/SL 水平线及编辑工具栏。</p></figcaption></figure></div>


---

# 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.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/tu-biao-ding-dan-xian.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.
