# What is the Trailing Add Position?

📌 What is Trailing Add Position (%) ?\
Here we take the spot position as an example. When the market price falls and reaches the pre-set price of the covering position , the position will not be covering immediately, but market price will be continuously monitored until the market price rises.

Trailing the position-covering mechanism can help you reduce the cost of the holding positions as much as possible when the market price falls sharply on one side.

Both the DCA and Grid strategies of uTrading have set the option of tracking and filling. You can enable the tracking and filling function by opening and filling the ratio of the “Trailing Add Position(%)” option.

✅ When will a Trailing Add be triggered?\
To execute a complete Trailing Add Position, 2 conditions must be met:

1. The price rebounds from the lowest point to the current price, and the rebound ratio must be greater than the pre-set ratio of “Trailing Add Position(%)”.
2. Since the last time the position was opened, the market price has fallen more than the “Price Gap(%)”

<figure><img src="/files/RPdqYC0f5bRdIlOiDfgn" 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-trailing-add-position.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.
