# Sniperoo Trading Strategies

One of the features that makes Sniperoo an advanced trading tool is the ability to create different trading strategies and save them as presets.

### What does "Strategy" mean in Sniperoo's context

Strategy on Sniperoo represents a set of trading parameters that will execute when you trade tokens & coins.

#### Let's look at Sniperoo's default strategy - the Manual Trading Strategy:

<figure><img src="/files/aL3M19cJJwEUFIZ6nmII" alt=""><figcaption><p>Manual Trading Strategy</p></figcaption></figure>

As the name of this strategy says, the Manual Trading Strategy is entirely manual trading, meaning it has both Auto-Buy and Auto-Sell parameters disabled.&#x20;

This means that whenever you trade a token you will be buying it and selling it manually.&#x20;

#### Now, let's look into a more complex strategy:&#x20;

<figure><img src="/files/AtczTSoXkO71yTTWJMHz" alt=""><figcaption><p>Simple Auto-sell Strategy</p></figcaption></figure>

In this simple auto-sell strategy we configured the Auto-Sell mode to SIMPLE and set the following auto-sell triggers:&#x20;

* Take Profit: 50%
* Stop Loss: 25%

In this strategy, you will automatically sell all your tokens from the position when one of these two triggers is reached, i.e. the price of the token/coin increases by 50% or drops by 25%. &#x20;

This kind of strategy allows you to buy tokens/coins and leave our platform sell them automatically.

#### Finally, let's check a limit-buy (auto-buy) strategy:

<figure><img src="/files/sEcPkHWDAlsKfWXvHubp" alt=""><figcaption><p>Strategy with Auto-Buy and Auto-Sell modes ON</p></figcaption></figure>

The strategy above contains more complex set of parameters that will be executed whenever you want to start a trade.&#x20;

In this particular example we have both the Auto-Buy and Auto-Sell modes on with the specfic parameters:&#x20;

| Auto-Buy (Limit-buy)                  | Auto-Sell (Limit-sell)            |
| ------------------------------------- | --------------------------------- |
| Order expiration: 4 hours             | Stop-loss type: Trailing          |
| Trigger: Price Change                 | Initial stop-loss percentage: 25% |
| Price change: -25% to -35% price drop | Grid system: 2 grid levels        |

When you use this strategy to buy tokens/coins you are placing a limit-buy order with a advanced auto-sell settings, instead of buying them immediately.

In case the token doesn't satisfy your Limit-Buy parameters during the set time interval (in this case 4 hours), the Limit-Buy order will expire without purchasing the tokens. Check the [Auto-Buy docs page](/how-to-use/auto-buy.md) for more info.&#x20;

Furthermore, this strategy uses a multi-leveled grid-sell system combined with a trailing stop-loss. To understand how this works, check the [Advanced Auto-Sell page](/how-to-use/advanced-auto-sell.md) and the [Trailing Stop-Loss page](/how-to-use/advanced-auto-sell/trailing-stop-loss.md).

This is an advanced trading strategy and it is important to understand what you are doing before opening positions with it.


---

# 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.sniperoo.app/how-to-use/sniperoo-trading-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.
