# \[Pro]Open New Order With TP SL As Number Of Pips

{% hint style="info" %}
You can use only pips or combine both price and pips
{% endhint %}

{% tabs %}
{% tab title="Use Syntax Format" %}

```
TP: x pips
SL: x pips
* x is number pips open
```

Combine both price and pips

```
TP: x pips
TP: y
SL: x pips
* x is number pips open
* y is price
```

{% endtab %}

{% tab title="Example" %}
XAUUSD BUY 1928.924&#x20;

TP: 20pips&#x20;

TP: 30pips&#x20;

TP: 60pips&#x20;

SL: 40pips

\-------------Use both price and pips---------------

XAUUSD BUY 1928.924&#x20;

TP: 1930.853&#x20;

TP: 30pips&#x20;

TP: 60pips&#x20;

SL: 40pips
{% 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/function/pro-open-new-order-with-tp-sl-as-number-of-pips.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.
