> For the complete documentation index, see [llms.txt](https://solsqueezer.gitbook.io/solsqueezer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solsqueezer.gitbook.io/solsqueezer/bot-settings.md).

# Bot Settings

This document will help you understand the various settings available in the SolSqueezer Bot and how to configure them to optimize your experience. \
\
Main menu is available via <mark style="color:blue;">/settings</mark> command:

<figure><img src="/files/ojYmQIgO1nxpOusPTzYW" alt="" width="563"><figcaption></figcaption></figure>

<mark style="color:purple;">**PumpFun Trades**</mark>

Enable this setting if you want to include "PumpFun" trades in your reports.

<mark style="color:purple;">**Only PumpFun**</mark>

Enable this setting if you want to see only "PumpFun" trades.

<mark style="color:purple;">**Exclude Sold > Bought Trades**</mark>

When this setting is enabled, the bot will exclude trades from the overall PnL where the trader sold more tokens than they had initially bought.

<mark style="color:purple;">**Exclude Outstanding PnL Trades**</mark>

Enable this setting to have a more balanced view of your PnL by excluding exceptionally high-profit trades that might distort the analysis. If turned on, bot will exclude the top 2 most profitable trades if their combined PnL exceeds 80% of the total PnL, to prevent skewing the overall PnL analysis.

<mark style="color:purple;">**Related wallet**</mark>

Wallets that receive/send tokens and Sol from/to trader.

<mark style="color:purple;">**WinRate**</mark>

Includes unrealized profits, or only realized

<mark style="color:purple;">**Trades Period**</mark>

For what period of time see trades

<mark style="color:purple;">**Token Analyser**</mark>

Sends the detailed settings menu for Token Analyser.

<mark style="color:purple;">**Batch Requests**</mark>

Sends the detailed settings menu for Batch Requests. Filter traders by different criteria and receive quality wallets only.

<mark style="color:purple;">**EVM Chains**</mark>

Sends the menu for selecting active Ethereum Virtual Machine (EVM) chain.

### Batch Requests Settings <a href="#batch-requests-settings" id="batch-requests-settings"></a>

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

1.

Skip wallets that have less than selected ROI.

<mark style="color:purple;">**Min Avg ROI**</mark>

Skip wallets that have less Average ROI than selected.

<mark style="color:purple;">**Max Avg ROI :**</mark>&#x20;

Skip wallets that&#x20;

<mark style="color:purple;">**Include uROI**</mark>

Count unrealized ROI in the total ROI, by which wallets are filtered.

<mark style="color:purple;">**Min WinRate**</mark>

Skip wallets that have less than selected WinRate.

<mark style="color:purple;">**Min Trades**</mark>

Skip wallets that have than selected trades amount.

<mark style="color:purple;">**Last Trade Within**</mark>

The number of days within which the wallets last trade must have occurred.

<mark style="color:purple;">**Min 2x/5x/10x**</mark>

Minimum amount of 2x/5x/10x trades.

<mark style="color:purple;">**Avg Buys Per Trade**</mark>

Set the range for average buys amount for 1 token.

<mark style="color:purple;">**Avg Trades Per Day**</mark>

Set the range to filter low/high frequency traders.

<mark style="color:purple;">**Avg Trade Duration**</mark>

Average trade duration in minutes.

<mark style="color:purple;">**Pumpfun Trades Percent**</mark>

Percent of Pumpfun trades among all trades.

<mark style="color:purple;">**Max Fast Trades**</mark>

Set the maximum allowed percentage of fast trades (duration less than 1 minute) for wallets.

<mark style="color:purple;">**Filter Low PnLs**</mark>

Filter Solana/EVM wallets by selected PnL threshold.

<mark style="color:purple;">**Filter Low Balances**</mark>

Filter Solana/EVM wallets by selected balance threshold.

<mark style="color:purple;">**Reports mode**</mark>

Receive reports separately or in single spreadsheet.

### Token Analyser <a href="#token-analyser" id="token-analyser"></a>

<figure><img src="/files/vULy3UEkQWI7HWxvbz3m" alt="" width="563"><figcaption></figcaption></figure>

You can choose type of traders to see in reports.


---

# 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://solsqueezer.gitbook.io/solsqueezer/bot-settings.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.
