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

Parameter Overview

unCoded offers a wide range of configurable parameters, allowing users to customize the bot’s behavior according to their trading strategies and risk tolerance. Below is a general explanation of each


1. View & Inspect Modes

  • List Modes Shows a summary of every configured mode (1–6), including its name and status.

  • Show Current Config & Mode Stats Displays your active configuration (global settings) alongside statistics for the currently selected mode.


2. Global Configuration

Use Set Configuration to adjust parameters that apply across all modes:

Parameter
Description

AcceptTosAndStart

true to accept the Terms of Service and activate the bot; false to deactivate.

mode

Selects which mode (1–6) the bot should run.

baseAsset

The symbol of the asset you want to buy (e.g. PEPE).

quoteAsset

The currency used to quote the trades (e.g. USDC).


3. Mode-Specific Parameters

Under Set Mode, choose one of the modes (1–6) and configure its individual strategy parameters. Each mode exposes the following settings:

Parameter
Description

name

Human-readable label for this mode

description

Short text explaining the mode’s strategy

start

true to enable this mode; false to disable it

canBuy

true if buy orders are allowed

canSell

true if sell orders are allowed

canBuyUp

true to allow buys when price is above the last buy

canBuyDown

true to allow buys when price is below the last buy

buyPercentage

% price drop required to trigger a buy

buySplits

Number of subdivisions for each buy order

buyVolumes

List of % allocations for each split (must sum to 100%)

investmentPerBuy

Amount in quoteAsset allocated to each buy order

sellPercentages

List of % profit targets to trigger sell orders

sellActivateDistancePercentage

% drop below the sell target before sell orders become active

sellCancelDistancePercentage

% drop below the sell target at which orders are temporarily hidden (but still live)

stopLoss

true to enable automatic stop-loss; false to disable

stopLossPercentage

% drop from entry price that triggers stop-loss

applyUpdates

true to allow the bot to fetch and apply parameter updates on the fly; false otherwise


Example Workflow

  1. Open Panel Send /start in Telegram.

  2. Inspect

    • Tap List Modes → Review all configured strategies.

    • Tap Show Current Config & Mode Stats → Check active global settings & mode performance.

  3. Adjust Global Settings

    • Tap Set Configuration → • Set baseAsset to PEPE • Set quoteAsset to USDC • Choose your default mode (1–6) • Toggle AcceptTosAndStart to true → Activates the bot with TOS accepted.

  4. Tune a Mode

    • Tap Set Mode → Select, e.g., mode “3” → • Modify buyPercentage, investmentPerBuy, etc. • Always tap applyUpdates to push your changes live.

    Once confirmed, unCoded will fetch and apply your new parameters on the fly.

By grouping parameters into Global and Mode-Specific sections, you can quickly tailor unCoded to your preferred assets and strategies. If you ever need to reset, simply revisit Set Configuration or Set Mode and enter the new values.

PreviousLicense SystemNextDefault Configuration

Last updated 8 days ago