> 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-dex-spot/pesanan-manual/stop-loss.md).

# Stop Loss

Saat membuka posisi (membeli koin), order Stop Loss memungkinkan Anda melindungi downside dan membatasi kerugian jika pasar bergerak melawan Anda. Order Stop Loss menutup posisi Anda (menjual koin) pada persentase kerugian maksimal yang Anda siap toleransi. Yang perlu Anda lakukan untuk mengaturnya adalah memasukkan persentase tersebut.

Untuk menambahkan Stop Loss ke order Anda, klik '+SL' di formulir pengaturan swap:

<figure><img src="/files/05c0c4816a9daf4cf879770fb8f8b4a2c6759254" alt="" width="563"><figcaption></figcaption></figure>

Masukkan persentase kerugian maksimal yang Anda siap toleransi ke dalam kolom 'Stop Loss' - dan Anda siap:

<figure><img src="/files/9405978ba55b3d0cc5a6b011f42338e6ef7b3a25" alt="" width="563"><figcaption></figcaption></figure>

Setelah order utama Anda dieksekusi, kami akan otomatis membuka order Stop Loss untuk menjual jumlah koin yang tepat yang Anda terima dan akan menghitung di mana menempatkan pemicunya berdasarkan harga eksekusi aktual dari order utama Anda dan persentase Stop Loss Anda:

<figure><img src="/files/17e464fb8a1d3341ba0d0a481dbd2315ff50c598" alt="" width="563"><figcaption></figcaption></figure>

Anda dapat melihat bahwa saya membeli 1 DEGEN di Base pada 0.000010770 ETH dan sistem menempatkan order Stop Loss untuk menjual 1 DEGEN 5% lebih rendah (pada 0.000010231 ETH).

Jika pasar bergerak melawan saya dan harga turun ke target stop loss saya, Stop Loss akan terpicu dan swap akan dikirim ke bursa.

***

Anda dapat menghubungkan Stop Loss ke order apa pun: Swap, Limit atau Trailing.

Anda dapat mengatur persentase Stop Loss Anda antara 0,1% dan 99,9%.

Anda dapat memilih untuk hanya menghubungkan Stop Loss ke order utama Anda - jika Anda bersedia membiarkan koin 'berjalan' dan belum memutuskan kapan mengambil profit, tetapi ingin melindungi downside Anda.

Atau, jika Anda tahu berapa banyak keuntungan yang membuat Anda nyaman, Anda dapat menghubungkan sebuah [Take Profit](/goodcryptox-id/perdagangan-dex-spot/pesanan-manual/take-profit.md) order juga - menjadikannya sebuah [kombinasi TP + SL](/goodcryptox-id/perdagangan-dex-spot/pesanan-manual/kombinasi-tp-+-sl.md).

***

Segera hadir: Trailing Stop Loss, pindah ke SL untuk mencapai titik impas, perhitungan PnL terealisasi dan belum terealisasi untuk order utama.


---

# 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://docs.goodcrypto.app/goodcryptox-id/perdagangan-dex-spot/pesanan-manual/stop-loss.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.
