> For the complete documentation index, see [llms.txt](https://docs.gmgn.ai/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmgn.ai/cn/chi-cang.md).

# 持仓

## 持仓页面总览 <a href="#holding-page-overview" id="holding-page-overview"></a>

## 1.持仓-持仓： <a href="#id-1.in-the-holding-holding" id="id-1.in-the-holding-holding"></a>

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

过滤器：你可以通过点击过滤器来选择要查看的内容

## 2.持仓-挂单： <a href="#id-2.in-the-holding-limit" id="id-2.in-the-holding-limit"></a>

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

可以看到你所有的挂单信息，包括挂单数量、触发价格、创建时间、挂单状态：成功/已取消/过期

## 3.持仓-策略： <a href="#id-2.in-the-holding-limit" id="id-2.in-the-holding-limit"></a>

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

在策略中，你可以看到你创建的自动交易策略，包括止盈止损、利润、时间、策略状态

更多有关自动交易策略请点击：[自动交易：立即买入 & 止盈止损](/cn/zi-dong-jiao-yi-li-ji-mai-ru-zhi-ying-zhi-sun.md)


---

# 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.gmgn.ai/cn/chi-cang.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.
