> For the complete documentation index, see [llms.txt](https://docs.suntools.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suntools.tech/suntools-trading-bot/trading/dca-orders/setting-up-dca-orders.md).

# Setting up DCA Orders

To set up a Dollar-Cost Averaging (DCA) order with SunTools Trading Bot, follow these steps:

**1. Open the DCA Menu:**

* Click on "+ DCA" to access the Dollar-Cost Averaging menu.

<figure><img src="/files/AnApe8tqnDaEK8M3MIYo" alt="" width="375"><figcaption></figcaption></figure>

**2. Select Wallet(s):**

* Choose the wallet(s) you wish to use for the trade. Each selected wallet will perform the trade.

<figure><img src="/files/lWElmlehfTHnKlpzeuDl" alt="" width="375"><figcaption></figcaption></figure>

**3. Choose Buy or Sell:**

* Decide whether you want to buy or sell the token.

<figure><img src="/files/PwqIwlbTLcZ16C3oOw1C" alt="" width="375"><figcaption></figcaption></figure>

**4. Configure DCA Parameters:**

* Set the duration and interval for your purchases or sales. This helps distribute your trades over time, reducing the impact of volatility.

<figure><img src="/files/yqMIot6fyo3cj5qNwJCQ" alt="" width="375"><figcaption></figcaption></figure>

<div><figure><img src="/files/ZfavK2k5NyDwG793YCW6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/k8egxNofOHSzJHuswVl0" alt=""><figcaption></figcaption></figure></div>

**5. Enter Purchase Details:**

* For buying, select the amount of TRX you wish to purchase.
* For selling, choose the percentage, amount of TRX, or the amount of tokens you wish to sell.

<figure><img src="/files/fUH34oaKfmNXkZRPWT5A" alt="" width="375"><figcaption></figcaption></figure>

**6. Confirm the Order:**

* After setting all the details, press "+ Adding DCA Order +" to confirm and place the order.

<figure><img src="/files/69GF2Tq08HWeMnpcqEGw" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.suntools.tech/suntools-trading-bot/trading/dca-orders/setting-up-dca-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.
