> For the complete documentation index, see [llms.txt](https://help.cheer.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cheer.trade/trade/part-3-orders-execution-and-advanced-pending-orders.md).

# 🔄 Part 3: Orders, Execution, and Advanced Pending Orders

#### 1. The Core Lifecycle

* Order: Your request to place a trade (e.g., "I want to buy 1 Lot of Gold").
* Deal: The actual execution confirmation match in the historical ledger.
* Position: Your active, live exposure in the market (e.g., "I am currently holding 1 open Lot of Gold").

#### 2. Market Orders vs. Pending Orders

* Market Order: An instant order executed immediately at the best available current price.
* Pending Order: A conditional order. You tell Cheertrade: *"Do not enter the market now. Only open a trade for me if the price hits exactly $X."*

#### 🛠️ The 4 Essential Pending Order Types

| **Pending Order Type** | **How it works (Trigger Logic)**                    | **When to use it (Your Strategy)**                                                                                    |
| ---------------------- | --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Buy Limit              | Places a Buy order BELOW the current market price.  | You believe the price will fall to a cheap support level, bounce off it, and go up.                                   |
| Sell Limit             | Places a Sell order ABOVE the current market price. | You believe the price will rally up to a ceiling resistance level, hit it, and drop down.                             |
| Buy Stop               | Places a Buy order ABOVE the current market price.  | You believe that if the price breaks through a major high, it will trigger a massive upward rally (Breakout Trading). |
| Sell Stop              | Places a Sell order BELOW the current market price. | You believe that if the price breaks down past a major low, it will crash even further.                               |

###


---

# 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://help.cheer.trade/trade/part-3-orders-execution-and-advanced-pending-orders.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.
