# ストップ・マーケット/リミット

ストップマーケット注文とストップリミット注文は、特定のトリガー条件が満たされたときに取引の執行を自動化するための条件付き注文タイプです。

* ストップマーケット注文は、ストップ条件がトリガーされたときにマーケット注文を取引所に送信します。
* ストップリミット注文は、ストップ条件がトリガーされたときにあらかじめ定義された価格でリミット注文を取引所に送信します。

goodcryptoXでは、ストップ条件は次のいずれかにすることができます：

* 市場が到達する価格レベル、または
* TradingView [ウェブフック](/goodcryptox-ja/perp-dex/webhook.md)により、カスタムのテクニカルアラートやストラテジースクリプトを通じた完全な制御が可能になります。

トリガーされるまで、ストップマーケット注文とストップリミット注文は完全にgoodcryptoXのサーバー上で管理されます。取引所はそれらを認識しておらず、これにより2つの主な利点があります：

* 注文がトリガーされるまで取引所の残高が凍結されないため、資本の利用効率が向上します。
* これらの注文は取引所上の未約定注文の上限にカウントされません。

ただし、トリガーロジックがサーバー側で動作しているため、わずかな依存性があります：条件が満たされた瞬間にgoodcryptoXのサーバーが利用できない場合、注文がトリガーされないか実行されない可能性があります。

現在の市場の方向に基づいてストップ条件やリミット価格を制限する一部の取引所とは異なり、goodcryptoXではストップ価格とリミット価格の両方を現在の市場価格（またはストップリミット注文の場合はストップ価格）より上、下、または等しい位置に自由に設定できます。


---

# Agent Instructions: 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:

```
GET https://docs.goodcrypto.app/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/sutoppumkettorimitto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
