# TP / SL / TSL

{% embed url="<https://youtu.be/BUhook7q00E?si=1M6TbXVH6b3amyZu>" %}

{% hint style="success" %}
Take Profits & Stop losses are a great way to auto trade. These features are currently available on all copy trading transactions of our telegram bot
{% endhint %}

***

## Take Profit

Take profits will automatically sell part or all of your position when a set marketcap is reached. We offer up to 5 individual take profit settings so you can really customize your strategy.

#### Setup TP

1. In the settings menu - press <img src="/files/tSVw40dEM5IIT01212Wu" alt="" data-size="line">
2. Input the percentage & multiplier you'd like to take profits at\
   \&#xNAN;*ex. To take 50% profit at 1.5x, enter* `50 1.5`&#x20;

{% hint style="info" %}
You can also use the command `/addtp 50 1.5`
{% endhint %}

#### Remove TP

1. In the settings menu - press <img src="/files/Qm21WOOC9HUmR3ZfFm9z" alt="" data-size="line">
2. Input the index of the TP you want to remove\
   \&#xNAN;*ex. to remove 1 - 50% @ 1.5x , enter* `1`

{% hint style="info" %}
You can also use the command `/removetp 1`&#x20;
{% endhint %}

***

## Stop Loss

Stop losses help to minimise losses, close a position when the token has dropped a certain percentage, allowing you to have piece of mind when AFK.

#### Setup Stop Loss

1. Whilst in the settings menu - press <img src="/files/7P50Vuf3eMiSgPjCy5Fr" alt="" data-size="line">
2. Input the percentage you'd like to stop loss at\
   \&#xNAN;*ex. To stop at a 20% loss, enter* `20`

{% hint style="info" %}
You can also use the command `/stoploss 20`&#x20;
{% endhint %}

#### Remove Stop Loss

1. In the settings menu - press <img src="/files/7P50Vuf3eMiSgPjCy5Fr" alt="" data-size="line">
2. Input `0`&#x20;

***

## Trailing Stop Loss

Trailing Stop losses are designed to help protect profits. The stop price is dynamic and is calculated a set percentage below the all time high after you have entered the trade. \
&#x20;

Setting a Trailing Stop Loss

1. In the settings menu - press <img src="/files/HFynXSuqbJKtuQaOC1Vr" alt="" data-size="line">
2. Input the percentage you'd like to stop loss & how much you want to cut\
   \&#xNAN;*ex: At -15% trailing stop loss, sell 50% of your position enter* `15 50`&#x20;

{% hint style="info" %}
To remove a trailing stop loss press the button and input `0 0`
{% endhint %}


---

# 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://docs.sniper.xyz/tokens/telegram-bot/settings/tp-sl-tsl.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.
