> 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-it/trading-dex-spot/ordini-manuali/stop-loss.md).

# Stop Loss

Quando entri in una posizione (acquistando una moneta), l'ordine Stop Loss ti permette di proteggere il tuo downside e limitare le perdite nel caso il mercato si muova contro di te. L'ordine Stop Loss chiude la tua posizione (vende le monete) al massimo % di perdita che sei disposto a tollerare. Tutto ciò che devi fare per impostarlo è inserire la %.

Per aggiungere uno Stop Loss al tuo ordine, clicca su '+SL' nel modulo di configurazione dello swap:

<figure><img src="/files/6beb78c71140c5721ea307836914dac7cef6ba1d" alt="" width="563"><figcaption></figcaption></figure>

Inserisci la % di perdita massima che sei disposto a tollerare nel campo 'Stop Loss' - e sei pronto per partire:

<figure><img src="/files/2cf88a1506af2f1c9e01d87ae8498b27c7d279c0" alt="" width="563"><figcaption></figcaption></figure>

Una volta che il tuo ordine principale viene eseguito, apriremo automaticamente un ordine Stop Loss per vendere la quantità esatta di monete che hai ricevuto e calcoleremo dove posizionare il suo trigger basandoci sul prezzo di esecuzione effettivo del tuo ordine principale e sulla tua percentuale di Stop Loss:

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

Puoi vedere che ho comprato 1 DEGEN su Base a 0.000010770 ETH e il sistema ha piazzato un ordine Stop Loss per vendere 1 DEGEN al 5% in meno (a 0.000010231 ETH).

Se il mercato si muove contro di me e il prezzo scende fino al mio target di stop loss, lo Stop Loss verrà attivato e lo swap sarà inviato all'exchange.

***

Puoi collegare lo Stop Loss a qualsiasi ordine: Swap, Limit o Trailing.

Puoi impostare la percentuale dello Stop Loss tra lo 0,1% e il 99,9%.

Puoi scegliere di collegare solo lo Stop Loss al tuo ordine principale - se sei disposto a lasciare la moneta 'correre' e non hai ancora deciso quando prendere il profitto, ma vuoi proteggere il tuo downside.

Oppure, se sai quanto profitto ti rende tranquillo, puoi collegare anche un [Take Profit](/goodcryptox-it/trading-dex-spot/ordini-manuali/take-profit.md) ordine - rendendolo un [combina TP + SL](/goodcryptox-it/trading-dex-spot/ordini-manuali/combo-tp-+-sl.md).

***

Prossimamente: Trailing Stop Loss, spostamento dello SL al pareggio, calcolo del PnL realizzato e non realizzato per l'ordine principale.


---

# 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-it/trading-dex-spot/ordini-manuali/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.
