# What is the Difference Between a DCA and a Martingale?

📌 What’s the Difference Between DCA and Martingale?\
Both DCA and Martingale are averaging strategies that increase positions when the price moves against the original trade.

📌 The difference lies in how the position size is increased:\
\- DCA (Dollar-Cost Averaging): intervals with fixed or gradually increasing sizes. It focuses on risk control and stable recovery.\
\- Martingale: Doubles the position size with each new entry. It aims for faster breakeven but carries higher risk if the trend continues against the position.

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

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


---

# 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://help.utrading.io/en/trading/trading-bot/manual-trading/manual-trading-straregy/what-is-the-difference-between-a-dca-and-a-martingale.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.
