# Ordres manuels

goodcryptoX prend actuellement en charge les types d'ordres manuels suivants sur les exchanges décentralisés AMM (Spot) :

* [Swap](/goodcryptox-fr/trading-dex-spot/ordres-manuels/swap.md) (marché) - exécuté immédiatement au meilleur prix disponible via un agrégateur (Jupiter sur Solana, 1inch sur les chaînes EVM) ;
* [Limite](/goodcryptox-fr/trading-dex-spot/ordres-manuels/limite.md) (stop marché) - le swap est soumis lorsque le prix du marché atteint votre prix de déclenchement spécifié ;
* [Suivi](/goodcryptox-fr/trading-dex-spot/ordres-manuels/suivi.md) (stop marché suiveur) - suit le prix du marché lorsqu'il évolue en votre faveur. S'exécute lorsque le prix se renverse de le pourcentage suiveur que vous avez défini ;

#### Ordres attachés :

* [Take Profit](/goodcryptox-fr/trading-dex-spot/ordres-manuels/combinaison-tp-+-sl.md) - se déclenche lorsque le prix évolue en votre faveur du pourcentage spécifié par rapport au prix d'exécution de votre swap principal (de base). Si un Stop Loss est également défini, il est annulé lorsque le Take Profit se déclenche ;
* [Stop Loss](/goodcryptox-fr/trading-dex-spot/ordres-manuels/combinaison-tp-+-sl.md) - se déclenche lorsque le prix évolue contre vous du pourcentage spécifié par rapport au prix d'exécution de votre swap principal. Si un Take Profit est défini, il est annulé lorsque le Stop Loss se déclenche ;
* [Stop Loss suiveur](/goodcryptox-fr/trading-dex-spot/ordres-manuels/stop-loss-suiveur.md) - suit le prix du marché lorsqu'il évolue en votre faveur. Si le prix se renverse de votre pourcentage suiveur, l'ordre s'exécute — verrouillant le profit ou minimisant les pertes.

Plus de types d'ordres [bientôt disponibles](/goodcryptox-fr/trading-dex-spot/fonctionnalite-a-venir.md).


---

# 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-fr/trading-dex-spot/ordres-manuels.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.
