# Strategies

*Set it and forget it.*

Ocean Strategies feature let automate sells based on price movements, market cap, or developer activity - helping you trade smarter, not harder.

{% hint style="info" %}
Access by tapping `/start` in the bot and selecting the ��**`Order strategies`** button.
{% endhint %}

Here you’ll find all your saved order strategy definitions.

Click :heavy\_plus\_sign:**`Add Strategy`**  to create a new one.

<figure><img src="/files/BELnU8o9OYXGBS1H7CQl" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
You can create up to **10 strategies**, each with **up to 10 steps**.
{% endhint %}

***

## Creating a New Strategy

After tapping <kbd>**+ Add Strategy**</kbd> and a new form will appear displaying three options to set trigger values: :heavy\_plus\_sign: `TP/SL` , :heavy\_plus\_sign: `MCap`, and :heavy\_plus\_sign: `Dev sell`.

<figure><img src="/files/9w9JczC8ZGZX3xnJCWS2" alt="" width="375"><figcaption></figcaption></figure>

Tapping any of these options will display a new row with the details of the step orders. These are:

* **Type**: TP/SL, MCap or Dev sell.
* **Trigger**: The condition that activates the order.
* **Amount**: How much of your position will be sold when triggered.

<figure><img src="/files/lmBEQTZ4T85zCdgb9awc" alt="" width="375"><figcaption></figcaption></figure>

Let’s walk through some examples of how to create automated orders.

### :heavy\_dollar\_sign:TP/SL

* **Set Trigger:** Use percentage changes from your buy price to activate Take Profit or Stop Loss orders.
  * Example: `+20%` for take profit, `-50%` for stop loss.

*The Type column automatically switches to SL when you enter a negative percentage (e.g., -50%).*

* **Set Amount:** Choose the percentage of your position to sell when the trigger is hit.
  * Example: `25%`  sells a quarter of your holdings, `100%`  exits the full position.

<figure><img src="/files/LnF5BSdoKeRtL4WJkof0" alt="" width="375"><figcaption></figcaption></figure>

### :trophy: MCap

This option only works as Take Profit orders.

A trophy icon (:trophy:) appears in the Type column to distinguish it from regular TP/SL orders.

* **Set Trigger:** Use raw numbers like `500K` or `500000`. Once the token's market cap reaches this number, the bot will automatically execute the Take Profit order.
  * Examples: `12M`, `0.5M`, `1.5B`.
* **Set Amount:** Just like with TP/SL orders, choose what percentage of your position to sell.
  * Example: `50%` to sell half of your token holdings.

<figure><img src="/files/axNLen4dvNBGRRxouhl8" alt="" width="375"><figcaption></figcaption></figure>

### &#x20;:construction\_worker: Dev sell

The bot will automatically trigger the order if it detects the devs have started selling.

* **Set Trigger:** No value input needed.
* **Set Amount: S**et the percentage of the token holding you want to sell.

Combine all these order types as you need.&#x20;

💡 You can define **up to 10 steps** per strategy!

<figure><img src="/files/tVOfKgtG8GJ50PQppeA6" alt="" width="375"><figcaption></figcaption></figure>

***

## Customization

When defining or editing a strategy, you can also edit:

1. **Label**: Give your strategy a clear name
2. **Expiry**: Set an expiration time for the strategy
3. **P1 / P2 / P3**: Define price-based triggers

<figure><img src="/files/hKp7eb05tHxrEa6O2W9Q" alt="" width="375"><figcaption></figcaption></figure>

***

{% hint style="danger" %}
Strategies only activate when saved. Don’t forget to click **Save** after editing or creating a step.
{% endhint %}


---

# 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.oceanbots.ai/settings/strategies.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.
