> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/memecoins/trading/advanced-strategy.md).

# Advanced Strategy

<figure><img src="/files/bqfn7L8O4siHwHSiVlUq" alt=""><figcaption><p>Advanced Strategy Feature</p></figcaption></figure>

<figure><img src="/files/ow9SnCUXHSkDctf9ov3H" alt="" width="492"><figcaption><p>Advanced Strategy Tab</p></figcaption></figure>

{% tabs %}
{% tab title="Trigger Types" %}
**TP (Take Profit)** — Automatically sells when the token's price rises by the set percentage.

**SL (Stop Loss)** — Automatically sells when the token's price drops by the set percentage.

**Trail SL (Trailing Stop Loss)** — A dynamic stop that follows the price upward. If the price retraces by the set percentage from its peak, it triggers a sell — letting you lock in profits while keeping upside open. For more information, check the [Advanced Orders — Trailing Stop](/memecoins/trading/advanced-orders/trailing-stop.md) page.

**Dev Sell** — Automatically sells when the token creator moves their position. For more information, check the [Advanced Orders — Dev Sell](/memecoins/trading/advanced-orders/dev-sell.md) page.

For each trigger, you can set:

* **Trigger %** — The percentage threshold that activates the trigger.
* **Amount %** — How much of your position to sell when it fires (e.g. 50% to scale out, 100% to fully exit).
  {% endtab %}

{% tab title="Presets" %}

<figure><img src="/files/ySBouwfe73R0pVKebxIa" alt=""><figcaption><p>Presets Feature</p></figcaption></figure>

Save your configured strategy as a preset so you don't have to rebuild it every time.

* Click **Save** after setting up your triggers to name and store the current configuration.
* Click **Presets** to open the dropdown and apply a saved setup in one tap.
* Click the **×** next to a preset name to delete it.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.trade.fun/memecoins/trading/advanced-strategy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
