> 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/ja/to/market.md).

# 市場

## 市場を追加する

1. **投資**を開き、右上の **管理**をタップします。
2. 市場管理画面の右上にある \*\*+\*\*をタップします。
3. 市場を手動入力するか、オンライン銘柄一覧から株式または暗号資産を選びます。
4. 名前、コード、通貨、単位、初期価格を確認して保存します。

オンライン銘柄は、台湾、中国本土、米国、香港、日本、韓国の株式と暗号資産に対応しています。実際の選択肢は 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/ja/to/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.
