# Auto Strat

### **Precision. Automated.**

**Auto Strat** takes the human element out of your trade execution.&#x20;

Configure reusable strategies. Set Take Profit (TP) and Stop Loss (SL) orders. Then fire - automatic, precise, no lag. Execute every trade with surgical consistency.

#### Advantages

* Strategic trading with less friction, especially when holding many concurrent positions.
* Achieve uniform trade execution, helping avoid unforced errors.
* Store multiple presets and quickly adapt to changing situations.
* Manage everything on the go via mobile or Telegram.

### **Core Capabilities**

* **Store 3 unique strats** at any time.
* **Use up to 4 orders stacked -** TPs and SLs.&#x20;
* **Stop Loss -** fixed or trailing.
* **Take Profit -** assign custom sell percentages at pre set levels.
* **Auto-trigger -** Apply strategies on entry, no extra clicks required.
* **Share -** One-click copy and share strategies with a link.

### **Getting Started**

#### **Pre-Loaded Presets**

Use one of our pre-built templates for rapid deployment. Modify to match your risk tolerance.

* Browse popular templates used by whales.
* Expand to preview the exact TP/SL logic.
* Click **Create from Template** → Edit → **Save**.

#### **Included Strategies**

* **Sell 50% at 2x** — Single TP, no downside.
* **Bracket** — TP 50% @ 2x, SL 100% @ 0.9x.
* **Quant** — SL 80% @ 0.65x, TSL 100% @ 0.55x, TP 25% @ 3x, TP 60% @ 6x.

#### **Creating Auto Strat Presets**

1. Name your strategy
2. Set one or more rules by defining direction - **Up**, **Down**, or **Down with trailing:**
   * **TP**: Sell X% at Y multiple
   * **SL**: Fixed price drop exit
   * **TSL**: Trails price upwards, exits on reversal
3. **Save**

### **Using Auto Strat on Telemetry**

#### **Initial Setup**

1. Go to **Auto Strat** tab in **Presets**
2. Browse the whale-picked templates
3. Expand → Preview logic → **Create from Template**
4. Edit parameters → **Save**

### **Using Auto Strat on Telegram**

#### Initial Setup

* **Home → Limit Orders → Auto-Strat**, or
* **Token Page → Sell & Manage → Token Details → Setup Auto-Strat**
* Tap **Create New**
* Rename or accept default&#x20;
* Configure:
  * Take Profits: % + Price targets
  * Stop Loss: Fixed or trailing
  * Optional: Priority fee, MEV protection, slippage
* Toggle **Apply on Buy** if you want it to auto-deploy on every swap
* Hit **Save**

#### **Strategy Management**

* **Edit**: Update TP/SL, %s, name, or toggle auto-use
* Advanced **Settings** (per strategy):
  * Priority Fee (medium, high, very high or custom)
  * MEV protection
  * Slippage
* **Delete**: Nukes the strat + cancels all related limit orders

#### **Apply to Existing Positions**

1. Go to token’s detail page
2. Tap to cycle through saved presets
3. Hit **Apply** to assign instantly
4. Tap **Re-Apply** to re-sync TP/SL with current price
5. Hit **Remove** to cancel all linked Auto Strat orders

**No delay. No drag. Just strategy, fired.**


---

# 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.bonkbot.io/telemetry/trading/auto-strat.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.
