unCoded Docs
  • Welcome to unCoded
  • Introduction
    • About unCoded
    • How This Documentation Works
    • Terms of Service
  • Getting Started
    • What is unCoded?
    • System Requirements
    • Creating Your Binance Account
    • Telegram Setup
    • Installation and Setup
    • License System
  • Configuration Options
    • Parameter Overview
    • Default Configuration
    • Example Configurations
    • Advanced Configuration Tips
  • Optimization
    • Best Practices
    • Troubleshooting
    • How to Monitor Performance
    • Exporting and Analyzing Data
  • Frequently Asked Questions (FAQ)
    • General Questions
    • Configuration Questions
    • Licensing Questions
  • Support
    • Community Support
    • Individual Support Services
    • How to Contact Us
Powered by GitBook
On this page
  1. Configuration Options

Example Configurations

Explore example configurations to tailor unCoded for different trading strategies and risk profiles.


1. Conservative Strategy

Objective:

  • Minimize risk while ensuring steady, long-term growth.

  • Focus on small, consistent gains with a higher reserve capital buffer.

Configuration:

start=true
baseAsset=PEPE
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

Explanation:

  • 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.


2. Aggressive Strategy

Objective:

  • Maximize returns in high-volatility markets.

  • Accept higher risks for larger potential rewards.

Configuration:

start=true
baseAsset=PEPE
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

Explanation:

  • 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.


3. Balanced Strategy

Objective:

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

Configuration:

start=true
baseAsset=PEPE
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

Explanation:

  • 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.


4. High Reserve Strategy

Objective:

  • Ensure the bot trades sustainably even during prolonged market downturns.

  • Prioritize capital preservation over aggressive trading.

Configuration:

start=true
baseAsset=PEPE
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

Explanation:

  • 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.


5. Custom Strategy Example

Objective:

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

Configuration Template:

start=true
baseAsset=PEPE
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]

Tips for Customization:

  • Adjust buyPercentage based on market volatility.

  • Experiment with different sellPercentages to balance quick profits and long-term gains.

  • Use buySplits and buyVolumes to control capital allocation.


Next Steps

PreviousDefault ConfigurationNextAdvanced Configuration Tips

Last updated 4 months ago

Use these examples as starting points and adapt them to suit your trading style. For further customization advice, refer to the .

Advanced Configuration Tips