# Settings

Configure your trading bot's behavior with our comprehensive trading settings. These settings allow you to customize your trading strategy and risk management parameters.

## Trade Size Settings

Control your position sizes with percentage-based equity allocation:

| Size | Description           | Best For            |
| ---- | --------------------- | ------------------- |
| 1%   | Conservative approach | Risk-averse traders |
| 3%   | Default setting       | Balanced approach   |
| 5%   | Moderate risk         | Experienced traders |
| 10%  | Aggressive approach   | High-risk tolerance |

## Position Management

### Close Positions

Configure how the bot manages position exits:

* **25%**: Partial profit-taking
* **50%**: Half position closure
* **100%**: Full position closure (Default)

### Sell Behavior

Choose your preferred exit strategy:

* **Automatic (Default)**: Bot handles all exits based on its algorithms
* **Manual**: You control when to exit positions

## Performance Impact

Different settings affect your trading performance:

### Trade Size Impact

* Larger sizes (5-10%): Higher potential returns but increased risk
* Smaller sizes (1-3%): More conservative, stable performance

### Position Management Impact

* Partial closes (25-50%): Better for trending markets
* Full closes (100%): Better for volatile markets

### Automatic vs Manual Selling

* Automatic: Consistent execution, removes emotion
* Manual: More control, requires active management

## Best Practices

1. **Start Conservative**
   * Begin with 1-3% trade sizes
   * Use automatic selling
   * Enable full position closes
2. **Monitor Performance**
   * Track win rate with different settings
   * Analyze profit/loss ratios
   * Review trade history regularly
3. **Adjust Gradually**
   * Increase trade size based on performance
   * Test manual selling in paper trading first
   * Add new chains one at a time
4. **Risk Management**
   * Never exceed 10% trade size
   * Use automatic selling until experienced
   * Maintain diversification across chains

## Setting Changes

* Settings can be changed at any time
* Changes apply to new trades only
* Existing positions maintain original settings
* Paper trade new settings before live trading

## 🆘 Need Help?

If you need help or you have questions, don't hesitate to contact us:

* 💬 [24/7 Telegram Support](/support/contact.md)
* 👥 [Community (Private Group)](/member-only/private-group.md)


---

# 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.pumpfarmer.pro/getting-started/settings.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.
