> 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-id/perdagangan-cex/pesanan-manual/limit.md).

# Limit

Limit Order adalah instruksi untuk membeli atau menjual pada harga tertentu atau lebih baik. Berbeda dengan order bersyarat seperti stop order, trailing order, atau kombinasi TP/SL — yang dimonitor di server goodcryptoX sampai kondisi pemicu terpenuhi — Limit Order dikirim segera ke bursa dan ditempatkan langsung di buku order bursa.

Karena berada di bursa bukan di server kami, eksekusi, perilaku pengisian, atau penolakan Limit Order sepenuhnya ditentukan oleh bursa. Setelah diajukan, order tersebut beroperasi independen dari goodcryptoX: bahkan jika server kami mengalami downtime, limit order Anda akan tetap berada di buku dan terus dieksekusi secara normal sesuai mesin pencocokan bursa.

Limit order dapat digunakan untuk masuk atau keluar posisi secara langsung, dan juga berfungsi sebagai kaki eksekusi dalam Stop Limit dan Trailing Stop Limit yang dipicu oleh goodcryptoX. Bot Grid dan DCA juga bergantung pada limit order native.


---

# 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-id/perdagangan-cex/pesanan-manual/limit.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.
