# Why Is the Position not Added After the Price Has Reached the Position Increase Price?

Different robots have different conditions for increasing positions.

First, check the running status information of the robot to understand the current running status of the robot.

Take the DCA robot as an example. The main reason why the position is not increased when the increased price is reached is that the ***Trailing Cover*** and ***Smart Covering*** is set. For details, please refer to the usage of ***Trailing Cover*** and ***Smart Covering***.


---

# 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-faq/why-is-the-position-not-added-after-the-price-has-reached-the-position-increase-price.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.
