# Update TP Order

{% hint style="info" %}
With running orders, you can completely update TP and SL prices from telegram
{% endhint %}

### \* UPDATE TP PRICE

&#x20; You can use **RFC syntax reply** to update prices.

{% tabs %}
{% tab title="UPDATE TP TO" %}
Move TP price to new price with syntax

**RFC UPDATE TP TO \[price]**

\-------------------------------------

Example:

> GBPUSD SELL @1.25182\
> Stop Loss 1.25682&#x20;
>
> Take profit 1.2130

**RFC UPDATE TP TO 1.20421**
{% endtab %}

{% tab title="UPDATE TP\[1-3] TO" %}
Move TP number price to new price with syntax

**RFC UPDATE TP\[1-3] TO \[price]**

\-------------------------------------

Example:

> GBPUSD SELL @1.25182\
> SL 1.25682&#x20;
>
> TP 1.2130
>
> TP2 1.2130
>
> TP3 1.2130

**RFC  TP2 TO 1.2030**
{% endtab %}
{% endtabs %}


---

# 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://copier-docs.redfox-capital.com/command-support/pro-motify-order/update-tp-order.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.
