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:
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:
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
Open Panel Send
/start
in Telegram.Inspect
Tap List Modes → Review all configured strategies.
Tap Show Current Config & Mode Stats → Check active global settings & mode performance.
Adjust Global Settings
Tap Set Configuration → • Set
baseAsset
toPEPE
• SetquoteAsset
toUSDC
• Choose your defaultmode
(1–6) • ToggleAcceptTosAndStart
totrue
→ Activates the bot with TOS accepted.
Tune a Mode
Tap Set Mode → Select, e.g., mode “3” → • Modify
buyPercentage
,investmentPerBuy
, etc. • Always tapapplyUpdates
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.
Last updated