> For the complete documentation index, see [llms.txt](https://copier-docs.redfox-capital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://copier-docs.redfox-capital.com/function/pro-open-new-order-with-tp-sl-as-number-of-pips.md).

# \[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 %}
