# Spot Presets • Auto Orders

{% hint style="info" %}
Auto orders are limit orders automatically created after you buy a coin. They trigger based on your settings and don't require you to start them manually once created.

<mark style="color:red;">After creation, the task will automatically start post-buy. Make sure to delete it if you don't want it to run.</mark>
{% endhint %}

***

### How Auto Orders Work

Auto orders follow a two-step process: first you create a group, then you add individual auto orders inside that group.

1. **Create a Group:** Tap <kbd>🆕 Create Group</kbd> to set up a new auto order group.
2. **Create Auto Orders:** Inside each group, tap <kbd>🆕 Create Limit Order</kbd> to add one or more auto orders with your desired parameters.

When an auto order is triggered, it becomes an active limit order visible in the Limit Order tab under Tasks.

***

{% stepper %}
{% step %}
Tap <kbd>📈 Spot Presets</kbd> from the Presets menu.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FXWzlB9d8SvQ4y6F8D0OX%2FSpot.png?alt=media&#x26;token=50b59ab6-c63a-432d-bc8d-d6fb3cf3b1a2" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap <kbd>🆕 Create Group</kbd> to create a new auto order group.

<div align="left"><figure><img src="/files/CMowwUo2KELhSPp9D2Mz" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
A new group is created with a placeholder name. Tap <kbd>🔄 Rename</kbd> to customize the group name, or <kbd>🗑️ Delete</kbd> to remove it. You can create additional groups by tapping <kbd>🆕 Create Group</kbd> again.

<div align="left"><figure><img src="/files/hIibIzOp9GMDo2J8Z24S" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap the group name to open it, then tap <kbd>🆕 Create Limit Order</kbd> to add an auto order inside the group.

<div align="left"><figure><img src="/files/osi3QRvwX4iFdeBVArvu" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Configure the auto order parameters and tap <kbd>Create Order</kbd> to confirm.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2F68MFNn3WWS9kDk4vMOke%2FAuto%20orders.png?alt=media&#x26;token=216be871-6576-458f-b3d3-e57507773c59" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="251">Button</th><th>Action</th></tr></thead><tbody><tr><td>Dev Sell</td><td>Choose whether to automatically sell the specified amount if the Dev sells any of their tokens.<br>🟢: When enabled, Bloom will ignore the set profit/loss percentage and only trigger a sale when the Dev sells.</td></tr><tr><td>Time</td><td><p>Sell after a desired timespan.<br><br><strong>Enter the expiry time in:</strong></p><p>• 1H = 1 hour</p><p>• 30M = 30 minutes</p><p>• 1D = 1 day</p><p>• 60 = 60 seconds</p></td></tr><tr><td>Trailing</td><td>A Trailing Stop Loss moves automatically as the token price increases. The Trailing Value (%) represents the distance between the current price and where the stop loss is set. As the token price rises, the stop loss moves up with it, always maintaining that distance.<br>If the price drops enough to hit the trailing level, the order triggers and closes the position automatically.</td></tr><tr><td>Profit/Loss %</td><td><p>Set take profit or stop loss.<br>• 📈 <strong>Take Profit:</strong> Use positive values (e.g., +100% for 2x)</p><p>• 📉 <strong>Stop Loss:</strong> Use negative values (e.g., -50% for half)</p></td></tr><tr><td>Fixed Mcap</td><td>Set the target market cap at which you'd like Bloom to sell.</td></tr><tr><td>Mcap Variation</td><td>Set the market cap increase or decrease threshold at which you'd like Bloom to sell. Bloom will execute the sale only when the market cap change matches your specified value.</td></tr><tr><td>Sell at</td><td>This button adapts based on your selected selling method (Profit/Loss %, Fixed MCap, MCap Variation), allowing you to set your preferred value accordingly.</td></tr><tr><td>Sell Amount</td><td>Set the target amount to sell as a percentage.</td></tr><tr><td>Slippage</td><td>Set the slippage percentage.</td></tr><tr><td>Sell Protection</td><td>Toggle MEV protection (enabled/disabled) to prevent your transaction from being sandwiched. The fastest processor is automatically used.</td></tr><tr><td>High Impact (Expert only)</td><td>Enables trades that require higher price impact than usual. Use this if you're buying large amounts of SOL in low-liquidity pools.<br><br>⚠️ <strong>Expert users only:</strong> using this when it's not needed can route the sale through suboptimal pools or cause bad slippage.</td></tr><tr><td>Tip</td><td>Set the buy tip fee to prioritize the inclusion of your transaction in the next block.</td></tr><tr><td>Fee</td><td>Set the transaction fee for selling.</td></tr></tbody></table>
{% endstep %}
{% endstepper %}


---

# 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.bloombot.app/solana/solana-bot/settings/presets/spot-presets-auto-orders.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.
