> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/autostops.md).

# Autostops

Panel for configuring automatic risk mechanics: stop algorithms when reaching a specified loss or profit based on account balance or trading results.

### Main Elements

* **Subtabs** — switch between "On Balances" and "On Reports" modes
* **Control buttons** — add and manage auto-stop rules
* **Auto-stops table** — list of configured protection rules
* **Filter panel** — search and group rules

### "On Balances" Subtab

Stops all or selected algorithms when the asset balance changes by a specified value.

The rule is based on the current balance at the **start moment** — when the algorithm transitions to the "Running" state. At this moment, the initial balance is recorded and becomes the reference point for tracking changes.

The reference point is floating — when profit is made, it updates, and further calculations are based on the new balance value.

#### Table Information

* **Profile name** — auto-stop rule name
* **Asset** — quote asset for balance tracking (USDT, BTC, BNB)
* **Algorithms affected** — list of algorithms to be stopped
* **Maximum loss** — loss threshold value for triggering
* **Baseline** — initial balance at rule launch time
* **Balance** — current asset balance
* **Keywords** — filter by algorithm names (multiple can be specified separated by commas or using exclusion)
* **Table management** — select displayed columns in the table

### "On Reports" Subtab

Advanced auto-stop variant with filtering by market type, trading pair, and closed deal results. Only losses and profits from closed deals are considered.

#### Table Information

* **Profile name** — auto-stop rule name
* **Market** — market type (Spot, Futures, COIN-M)
* **Maximum loss** — loss threshold value for triggering
* **For last** — time period for monitoring
* **Exclude emulated deals** — do not count deals in emulation mode
* **Algorithms affected** — list of algorithms to be stopped
* **Symbol** — filter by trading pairs or asset
* **Keywords** — filter by algorithm names or types in reports
* **Opened by** — current open positions
* **Total** — overall result for selected filters
* **Trades** — number of closed deals
* **Table management** — select displayed columns in the table

### Operations

#### Creating Rules

* **Add rule** — create new protection rule (on balances or on reports)

#### Bulk Operations

**Auto-stops**

* **Delete** — delete selected rules

#### Individual Auto-stop Operations

* **Start/Stop** — activate or deactivate rule
* **Edit** — change rule parameters
* **Delete** — delete rule

### Filters

* **Search** — search by profile name


---

# 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:

```
GET https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/autostops.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.
