> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/zh-cn/tou-zi-yu-shi-chang/market.md).

# 市场

## 添加市场

1. 打开 **投资**，点击右上角 **管理**。
2. 在市场管理页点击右上角 **+**。
3. 手动填写市场，或从在线代码列表选择股票或加密货币。
4. 检查名称、代码、货币、单位和初始价格后保存。

在线代码支持台股、A 股、美股、港股、日股、韩股和加密货币，实际选项会按 App 语言和地区显示。选择在线代码后，名称、货币及价格精度会按代码资料设置。

## 管理市场价格

市场统计页会显示价格记录。你可以新增、编辑或删除手动价格；在线市场也会在数据更新后保存最新价格。

{% hint style="info" %}
股票价格以数据服务提供的收盘数据为主，不是实时交易报价。数据暂未更新或请求失败时，Daak 会保留上一条已保存价格，不会清空历史价格。
{% endhint %}

## 分组与排序

在市场管理页可以进入分组管理，并调整市场的分组和顺序。投资页面的市场分段会使用相同分组和排序。

## 编辑与归档

| 操作        | 使用方法                  | 结果                 |
| --------- | --------------------- | ------------------ |
| **编辑**    | 在市场管理页点击市场行           | 直接进入市场编辑页          |
| **归档**    | 编辑页开启归档，或在未归档列表左滑     | 从投资页面和新建投资的市场选择中隐藏 |
| **查看已归档** | 点击市场管理页底部 **已归档**     | 切换到已归档市场列表         |
| **取消归档**  | 编辑页关闭归档，或在已归档列表左滑绿色图标 | 恢复市场显示和选择          |

{% hint style="info" %}
归档不会删除市场、历史投资账单或统计记录。有持仓的归档市场仍可按历史数据参与相关统计。
{% endhint %}

## 删除市场

可以在市场管理页左滑删除，也可以进入市场编辑页点击删除。按确认页输入正确数字后，删除市场及关联投资账单。

{% hint style="danger" %}
删除市场及关联账单，不可撤销。只想停止使用市场时，请选择归档。
{% endhint %}


---

# 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://help.daak2.com/zh-cn/tou-zi-yu-shi-chang/market.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.
