> 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-tw/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-tw/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.
