> For the complete documentation index, see [llms.txt](https://docs.whalinvest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whalinvest.com/english/stop-losses.md).

# Stop losses

## Disabled stop loss (default)

By default no loss cutting strategy is active. Robots are waiting to sell in profit.

## Cut losses according to a percentage (🚨 losing sell)

The robot will automatically sell if the value of the tokens drops according to the desired percentage "***stop loss***". \
\
**Example for a 10% setting**: a robot buy 1 BTC at $50,000, the price of the BTC drops by 10%, the robot will sell the BTC at 45000$.<br>

## Keeping your initial trade amount

When the price of a purchased token increases by a certain percentage, the robot will place a stop limit order to prevent money loss.

{% hint style="info" %}
**selling price = buying price +  platform's transaction fees**
{% endhint %}

**Example for a 10% setting**: a robot buy 1 BTC at $50,000, the price of the BTC increases to $55,000, the robot places a stop limit order at $50,075.

## Secure your benefits

When the price of a purchased crypto currency increases **by twice your percentage** "***minimum benefits to secure***", relative to your purchase price, the bot will place a **stop limit** order at the purchase price plus your chosen percentage.

{% hint style="info" %}
**stop limit price = purchase price + platform's transaction fee + percentage**
{% endhint %}

As long as the market rises, it will watch the price of the crypto-currency, and when it rises again **by double your percentage** "***minimum benefits to secure***", compared to the **previous stop limit**, the robot will place a **stop limit** order at the price of the previous stop limit plus your chosen percentage. \
\&#xNAN;*It will repeat the operation as long as it has not sold.*

{% hint style="info" %}
**stop limit price = previous stop limit price + percentage**
{% endhint %}

**Example for a 10% setting:** \
The robot buys 1 BTC at $50,000, the price of BTC increases to $60,000, the robot sets a stop limit order at $55042. \
The price increases again to $66050, the robot sets a stop limit order at $60546.

## Stop follower

The *stop follower* is a combination of losses management strategies "[cut losses](#cut-losses-according-to-a-percentage-losing-sell)" and "[secure your benefits](#secure-your-benefits)".

If the value of the purchased crypto currency drops according to the desired percentage "***stop loss***", then the robot will automatically sell, (see the [cut losses](#cut-losses-according-to-a-percentage-losing-sell) section).

If the value of the purchased crypto-currency increases, according to the chosen value "***minimum benefits to secure***" the robot secures the gains steps by steps. (see the [secure your benefits](#secure-your-benefits) section).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.whalinvest.com/english/stop-losses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
