> For the complete documentation index, see [llms.txt](https://docs.tuleep.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuleep.trade/trade/twap.md).

# TWAP

<figure><img src="/files/cdMFmw4gbb0ffo11CP30" alt=""><figcaption><p>tuleep.trade TWAP trade component</p></figcaption></figure>

With the TWAP trade component, you can simultaneously execute multiple TWAP orders on different tickers.&#x20;

To configure a TWAP order, you'll need to specify the following parameters:&#x20;

* The quantity of contracts or the size in USD of the total TWAP,&#x20;
* The buy/sell side
* Whether it should be reduce only (for closing a position over time)
* Whether it should use limit orders into best bid/ask instead of market orders.
* The duration
* The total lots
* And the randomness (which affects the lot size and frequency)

<figure><img src="/files/IRvtVYeIT1AnZPTkpHBJ" alt=""><figcaption><p>tuleep.trade TWAP active indicator</p></figcaption></figure>

Please note that if you choose to run TWAP orders, you'll need to keep the trading page open and connected to your account for the entire duration of the orders.

You can pause or stop TWAP orders that are running at any time. When TWAP orders run, you'll see a TWAP indicator in the navigation bar.


---

# 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:

```
GET https://docs.tuleep.trade/trade/twap.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.
