> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/ja/rifarensu/order-types.md).

# 注文タイプ

Minaraの取引パネルは、注文の実行方法を変える修飾付きの2つの主要な注文タイプをサポートしています。暗号資産、株式、コモディティで同じ注文タイプが利用できます。

## 成行注文

成行注文は、注文板上で利用可能な最良価格で即座に約定します。すばやく約定しますが、正確な価格は現在の流動性によって異なります。

成行注文は、価格の正確さよりも約定の速さが重要なときに使います。たとえば、変動の激しい状況でポジションをすばやく決済する場合などです。

## トリガー注文

トリガー注文は、資産が指定した価格に達するまで待機し、その後に実行されます。サブタイプは2つあります：

**指値トリガー**：トリガー価格に達すると、注文は指定した価格で指値注文として出されます。その価格またはそれより有利な価格で約定しますが、市場が離れてしまうとまったく約定しない場合もあります。

**ストップトリガー**：資産がしきい値価格を下回る、または上回ると、注文は成行注文として出されます。損切りに使われます。トリガー後は利用可能な最良価格で約定しますが、値動きの速い市場や流動性の薄い市場では、トリガー価格と大きく異なることがあります。約定価格は保証されません。

## 注文の修飾条件

**Reduce Only**：注文は既存のポジションを減らす場合にのみ実行され、増やしたり新規に建てたりすることはありません。誤ってポジションが反転しないように、損切り注文や利益確定注文を出すときに便利です。

**Post Only**：注文はメイカー注文としてのみ出されます（注文板に追加されます）。もしすぐにテイカーとして実行される場合は、代わりにキャンセルされます。テイカー手数料を避けたいときに使います。

## 利益確定と損切り（TP/SL）

ポジションパネルから、保有中のポジションに直接、利益確定と損切りの水準を設定できます。これらは条件付きトリガー注文として保存され、価格が目標に達したときに有効化されます。

* **利益確定**：価格が有利に動いて目標水準に達したとき、ポジションを（全部または一部）決済します
* **損切り**：価格が不利に動いてしきい値に達したとき、ポジションを決済します

{% hint style="info" %}
AutopilotとStrategy StudioはTP/SLを自動的に管理します。Copilotで手動取引する場合、MinaraのシグナルカードがTPとSLの水準を提案し、注文を出す際にそれらを自分で設定します。
{% 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://minara.ai/docs/minara-handbook/ja/rifarensu/order-types.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.
