# Advanced trading

{% hint style="info" %}
🚀 **Coming soon:** Advanced trading features are currently in development and will be released in an upcoming update.
{% endhint %}

Advanced orders let you **auto-buy or auto-sell** the moment a specific on-chain event is detected, so you can react instantly without watching the chart.\
Supported triggers:

* **Snipe:** when a token migrates liquidity/contract
* **Dev Sell:** when the deployer/team wallet sells.

Use this to snipe entries on migration or to de-risk (or counter-trade) when the dev sells.

#### Snipe Buy

Automatically buy when a migration event is detected. For example, when a project launches its new version or migrates liquidity.

1. Open the token’s **Trade** panel and switch to **Adv.**
2. Select **Snipe → Buy**.
3. Enter your **Buy Amount** (use preset or manual input).
4. (Optional) Set your **Take Profit (TP)** % to auto-sell at a profit target.
5. (Optional) Enable **Trailing Take Profit** to trail price upward and sell when price reverses by your set drawdown %.
6. (Optional) Set your **Stop Loss (SL)** % to limit downside risk.
7. (Optional) Enable **Trailing Stop Loss** to automatically adjust your SL as price moves up.
8. Review **trade settings** (slippage, priority fee, bribe, MEV).
9. Tap **Save**.

#### Snipe Sell

Automatically sell when a migration event occurs, often used to exit positions before a risky or unknown migration.

1. Open the token’s **Trade** panel and switch to **Adv. → Snipe → Sell**.
2. Enter the **Amount** you want to sell.
3. Review **trade settings** (slippage, priority fee, bribe, MEV).
4. Tap **Save.**

#### Snipe Visibility and Supported Launchpads

The **Snipe** option appears only when a token is in the **pre-migration** phase. It will automatically display the launchpads where the token is available, such as **“Snipe Raydium”** or **“Snipe Pump.Fun”**, depending on the project’s launch venue.

**Supported Launchpads**

* Pump.Fun
* Moonit
* Raydium Launchpad
* Meteora
* DBC
* Bonk.Fun

#### Buy on Dev Sell

Automatically buy when the token creator or deployer wallet sells, often used to counter-trade a dev sell event or catch post-sell volatility.

1. Open the **Adv.** tab and select **Dev Sell → Buy**.
2. Enter your **Buy Amount**.
3. (Optional) Set a **Take Profit (TP)** % to auto-exit at a target gain.
4. (Optional) Enable **Trailing Take Profit** to let TP follow upward price moves.
5. (Optional) Set a **Stop Loss (SL)** % to manage downside.
6. (Optional) Enable **Trailing Stop Loss** for dynamic risk management.
7. Review **slippage, priority fee, bribe, or MEV** settings.
8. Tap **Save** to activate the strategy.

&#x20;       ![](/files/d18GqJBtuUofc57QuptB)      &#x20;

#### Sell on Dev Sell

Automatically sell a portion of your holdings when the developer wallet sells, useful for de-risking or mirroring dev exits.

1. Switch to **Adv. → Dev Sell → Sell**.
2. Enter the **% of the dev’s sell** that will trigger your order (e.g. trigger when dev sells ≥ 5% of supply).
3. Enter the **% of your own holdings** you want to sell once triggered.
4. Review **trade settings** (slippage, priority fee, bribe, MEV).
5. Tap **Save**.

&#x20;       ![](/files/DGgK1iSNWr76sjTxUVFs)


---

# 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://alienstrading.gitbook.io/docs/trade-on-aliens/trade/advanced-trading.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.
