# Types of Orders

The Strategy Lab supports 3 types of order currently.  All 3 of these can be combined together into a single strategy, or multiples of each can be added to strategy:

### Market Order

Essentially equivalent to a swap.  Configure as you would the standalone *Swap* product.

### Single Limit Order

Schedules a trade at some point in the future by setting a condition or set of conditions that must be met before the trade gets executed.

Users can place both *normal* limit orders and *stop loss* limit orders.&#x20;

* *Normal Orders* — the standard type of buy order, this is used when the goal is to buy a certain asset below its current market price (most common)
* *Stop Loss Orders* —  used to buy a certain asset above the current price, for example to hedge from downside volatility that may happen in the future (less common)

<figure><img src="/files/mzMWdbiIK7o82mtrfeon" alt=""><figcaption></figcaption></figure>

### DCA (Multi) Limit Order

Scheduling a future sequence of trades at predetermined[ intervals](/sherpa-trade-automation/strategy-lab/intervals.md) by setting a condition or set of conditions that must be met before the trade gets executed.

These can be composed of both *normal* limit orders, or *stop loss* orders.


---

# 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.sherpa.trade/sherpa-trade-automation/strategy-lab/types-of-orders.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.
