> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-ja/cex-qu-yin/shou-dong-zhu-wen/sutoppumkettorimitto.md).

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

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

* ストップ・マーケット注文は、停止条件が発動したときに取引所へ成行注文を送信します。
* ストップ・リミット注文は、停止条件が発動したときにあらかじめ定義された価格で取引所へ指値注文を送信します。

goodcryptoXでは、停止条件は次のいずれかになります：

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

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

* 注文がトリガーされるまで取引所の残高は凍結されないため、資本のより効率的な運用が可能です。
* これらの注文は取引所の未約定注文数の制限にカウントされません。

ただし、トリガーロジックがサーバーサイドで動作するため小さな依存関係があります：条件が満たされた時点でgoodcryptoXのサーバーが利用できない場合、注文がトリガーされないか、実行されない可能性があります。

現在の市場の方向性に基づいて停止条件や指値価格を制限する取引所もありますが、goodcryptoXではストップ価格とリミット価格の両方を自由に定義できます — 現在の市場価格（またはストップ・リミット注文の場合はストップ価格）より上、下、または等しい価格のいずれでも可能です。


---

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

```
GET https://docs.goodcrypto.app/goodcryptox-ja/cex-qu-yin/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.
