# Stop Loss + Trigger

#### `/slpt`& **How It Works:**

1. **Trigger (%)** – When the price of the token increases by this percentage from your entry price, the stop-loss percentage (SL+%) is activated.
2. **Stop-Loss +% (SL+%)** – Once activated, if the price drops below this percentage profit from the initial entry price, the position is sold.

**SL+% with trigger :**

```
/slpt <tokenAddress> <trigger_target%> <target+%> <sell position%> <slippage%> <tip> <prio>
```

**Example1:**

```
/slpt EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 100 10 50
```

*Outcome: **Trigger Target: +100% profit** (activates stop-loss+%). Target: If profit drops below **+10%**, **50% of the position** will be sold using default Sell slippage, tip and prio settings*

**Full Example:**

```
/slpt EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 100 50 100 10 0.01 0.001
```

*Outcome: **Trigger Target: +100% profit**(activates stop-loss+%), **Sell Target: +50% profit**, and **100% of the position** will be sold if profit drops below **+50%, with 10% slippage, 0.01 TIP**, and **0.001 Prio***

*Note: Example1  are minimum requirments, but extra settings of \<slippage*%*> \<tip> \<prio> can be added, in case these are not provided, default Sell settings will be applied for slippage, tip and prio.*


---

# 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://rektbot.gitbook.io/solana/quick-bot-guide/quick-commands/stop-loss-+-trigger.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.
