> For the complete documentation index, see [llms.txt](https://docs.uncoded.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uncoded.ch/configuration-options/uncoded-configuration-examples.md).

# unCoded Configuration Examples

{% hint style="info" %} <mark style="color:$info;">The settings shown here are for example purposes only. Use them at your own risk. No liability is assumed for any potential losses.</mark>
{% endhint %}

***

{% stepper %}
{% step %}

### **Conservative Strategy**

<mark style="color:$warning;">**Objective:**</mark>

* Minimize risk while ensuring steady, long-term growth.
* Focus on small, consistent gains with a higher reserve capital buffer.

<mark style="color:$warning;">**Configuration:**</mark>

```env
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.2
investmentPerBuy=10
buySplits=5
buyVolumes=30,25,20,15,10
sellPercentages=0.25,0.5,0.75,1,1.5
sellActivateDistancePercentage=0.2
sellCancelDistancePercentage=1.5
```

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

* **buyPercentage:** Set to 0.2% to trigger buys only during significant dips.
* **investmentPerBuy:** Lower investment per buy ($10) to reduce exposure.
* **sellPercentages:** Conservative profit targets, starting at 0.25%.
* **sellActivateDistancePercentage:** Activated after a 0.2% recovery from the dip.

***

{% endstep %}

{% step %}

### **Aggressive Strategy**

<mark style="color:$warning;">**Objective:**</mark>

* Maximize returns in high-volatility markets.
* Accept higher risks for larger potential rewards.

<mark style="color:$warning;">**Configuration:**</mark>

```env
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.05
investmentPerBuy=30
buySplits=10
buyVolumes=10,10,10,10,10,10,10,10,10,10
sellPercentages=0.1,0.2,0.3,0.4,0.5,0.75,1,1.5,2,3
sellActivateDistancePercentage=0.05
sellCancelDistancePercentage=0.5
```

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

* **buyPercentage:** Set to 0.05% for frequent trades.
* **investmentPerBuy:** Higher per-trade investment of $30.
* **sellPercentages:** Aggressive profit zones with multiple smaller gains.
* **sellActivateDistancePercentage:** Quick activation at a 0.05% recovery.

***

{% endstep %}

{% step %}

### **Balanced Strategy**

<mark style="color:$warning;">**Objective:**</mark>

* A mix of conservative and aggressive elements for moderate risk and returns.

<mark style="color:$warning;">**Configuration:**</mark>

```env
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.1
investmentPerBuy=20
buySplits=7
buyVolumes=25,20,15,15,10,10,5
sellPercentages=0.25,0.35,0.5,0.75,1,2,5
sellActivateDistancePercentage=0.1
sellCancelDistancePercentage=1
```

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

* **buyPercentage:** Set to 0.1% for moderate trading frequency.
* **investmentPerBuy:** Standard investment per trade ($20).
* **buyVolumes:** Balanced weight distribution across splits.
* **sellPercentages:** Targets a mix of small and larger gains.

***

{% endstep %}

{% step %}

### **High Reserve Strategy**

<mark style="color:$warning;">**Objective:**</mark>

* Ensure the bot trades sustainably even during prolonged market downturns.
* Prioritize capital preservation over aggressive trading.

<mark style="color:$warning;">**Configuration:**</mark>

```env
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=0.15
investmentPerBuy=10
buySplits=4
buyVolumes=40,30,20,10
sellPercentages=0.5,1,1.5,2
sellActivateDistancePercentage=0.3
sellCancelDistancePercentage=2
```

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

* **buyPercentage:** Requires a 0.15% drop before purchasing.
* **investmentPerBuy:** Lower per-trade amount to conserve funds.
* **sellCancelDistancePercentage:** Higher threshold (2%) to account for significant market dips.

***

{% endstep %}

{% step %}

### **Custom Strategy Example**

<mark style="color:$warning;">**Objective:**</mark>

* Tailored for your specific goals. Use this template to experiment.

<mark style="color:$warning;">**Configuration Template:**</mark>

```env
baseAsset=ETH
quoteAsset=USDC
mode=4
buyPercentage=[your value]
investmentPerBuy=[your value]
buySplits=[your value]
buyVolumes=[your values]
sellPercentages=[your values]
sellActivateDistancePercentage=[your value]
sellCancelDistancePercentage=[your value]
```

<mark style="color:purple;">**Tips for Customization:**</mark>

* Adjust <mark style="color:purple;">**buyPercentage**</mark> based on market volatility.
* Experiment with different <mark style="color:purple;">**sellPercentages**</mark> to balance quick profits and long-term gains.
* Use **buySplits** and <mark style="color:purple;">**buyVolumes**</mark> to control capital allocation.
  {% endstep %}
  {% endstepper %}

***

{% hint style="info" %}

#### **Next Steps**

Use these examples as starting points and adapt them to suit your trading style. For further customization advice, refer to the [<mark style="color:$warning;">Advanced Configuration Tips</mark>](https://chatgpt.com/c/673a3df6-80e8-8003-85f2-6157bc7fbf6b#advanced-configuration-tips).
{% endhint %}
