# Sorting and filtering bots

The Bots Listing page not only provides an overview of all [created bots](/getting-started-with-darkbot/how-to-create-and-setup-binance-api-key.md) but also offers robust filtering and sorting functionalities. These features enable traders to efficiently navigate and analyze their bots based on specific criteria. In this article, we will explore the various parameters available for filtering and sorting bots, empowering traders to customize their view and focus on relevant information.

<figure><img src="/files/eTtmriuCzWBzeQJstgUG" alt="Bot filter panel"><figcaption><p>Bot filter panel</p></figcaption></figure>

**Bot Filtering:**&#x20;

Traders can filter their bots using the following parameters:

1. *Exchange:*
   * Description: Allows users to filter bots based on the exchange(s) on which they are active.
   * Importance: Enables traders to focus on bots operating on specific cryptocurrency exchanges.
2. *Coin:*
   * Description: Enables filtering of bots based on the primary coin(s) they trade.
   * Importance: Helps traders identify bots that operate within specific cryptocurrency markets.
3. *Bot Type:*
   * Description: Allows filtering of bots by their type, such as Genetic or Custom.
   * Importance: Helps differentiate between different bot strategies or configurations.
4. *Status:*
   * Description: Enables filtering bots based on their status, such as Running or Stopped.
   * Importance: Provides control over which bots are actively executing trades and which are paused.

**Bot Sorting:**&#x20;

Traders can sort their bots using the following parameters:

1. *Deals:*
   * Description: Sorts bots based on the total number of completed trades.
   * Importance: Allows traders to identify bots with high trading activity.
2. *Period:*
   * Description: Sorts bots based on the candlestick chart period they employ.
   * Importance: Helps traders identify bots operating on specific timeframes for trading analysis.
3. *Total Profit:*
   * Description: Sorts bots based on the total profit generated.
   * Importance: Enables traders to identify bots with the highest overall profitability.
4. *Total Loss:*
   * Description: Sorts bots based on the total loss incurred.
   * Importance: Helps traders identify bots with higher losses for risk management purposes.
5. *Profit Deals:*
   * Description: Sorts bots based on the number of profitable trades executed.
   * Importance: Allows traders to identify bots with a higher percentage of profitable trades.
6. *Loss Deals:*
   * Description: Sorts bots based on the number of losing trades executed.
   * Importance: Helps traders identify bots with a higher percentage of losing trades.
7. *AVG Return:*
   * Description: Sorts bots based on the average daily return generated.
   * Importance: Enables traders to identify bots with consistent performance over time.
8. *Total Return:*
   * Description: Sorts bots based on the total return on investment.
   * Importance: Helps traders identify bots with the highest cumulative returns.
9. *MMV 24h (Minimum Market Volume 24h Change):*
   * Description: Sorts bots based on the minimum market 24-hour volume change.
   * Importance: Allows traders to identify bots that perform well during specific market conditions.

Sorting can be performed in both ascending and descending order, providing flexibility in analyzing bot performance from various perspectives.

**Conclusion:**&#x20;

The filtering and sorting options available on the [Bots Listing page](/bots-and-strategy/bots-listning-page/what-information-is-available-on-the-bots-listning-page.md) empower traders to customize their view and focus on the specific information they require. By filtering bots based on exchange, coin, bot type, and status, traders can narrow down their selection to the most relevant bots. Additionally, sorting bots based on deals, period, total profit, total loss, profitable deals, loss deals, AVG return, total return, and MMV 24h enables traders to analyze bot performance from different angles. These powerful features enhance efficiency and support informed decision-making when managing multiple bots simultaneously.


---

# 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.darkbot.io/bots-and-strategy/bots-listning-page/sorting-and-filtering-bots.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.
