Configuration Questions

What is the default configuration of unCoded?

The default configuration provides a balanced setup to get you started quickly:

  • baseAsset: PEPE

  • quoteAsset: USDC

  • mode: 4

  • buyPercentage: 0.1

  • buySplits: 7

  • sellPercentages: 0.25, 0.35, 0.5, 0.75, 1, 2.5, 5

  • buyVolumes: 25, 15, 15, 15, 10, 10, 10

  • investmentPerBuy: $20

  • sellActivateDistancePercentage: 0.1

  • sellCancelDistancePercentage: 1


How can I customize the configuration?

You can modify the configuration by editing the keys.env or configuration files located in your unCoded directory. Ensure you restart the bot after making changes to apply the new settings.


What do the configuration parameters mean?

  • baseAsset/quoteAsset: Defines the trading pair (e.g., PEPE/USDC).

  • mode: Determines the trading strategy with preset values for different market conditions.

  • buyPercentage: The percentage drop required to trigger a buy.

  • buySplits: The number of splits for dividing the investment per buy.

  • sellPercentages: Profit percentages for executing sell orders.

  • buyVolumes: Allocation of the total investment across the splits.

  • investmentPerBuy: The total amount invested per buy operation.

  • sellActivateDistancePercentage: The percentage drop needed to activate sell orders.

  • sellCancelDistancePercentage: The percentage drop at which sell orders are visually removed but remain active in the background.


How do I choose the best mode?

Each mode is designed for specific market conditions. Experiment with different modes to find the one that aligns with your trading goals and risk tolerance. Mode 4 is a reliable starting point for most users.


Can I trade assets other than PEPE/USDC?

Yes. To trade a different pair, update the baseAsset and quoteAsset parameters. Ensure the pair is available on Binance and aligns with your strategy.


What happens if I misconfigure the bot?

Misconfigurations may lead to suboptimal trades or errors. Always double-check your settings and refer to the documentation for guidance. In case of issues, consult the Troubleshooting section.


Can I adjust the configuration while the bot is running?

Certain parameters can be adjusted without restarting the bot, but for significant changes (e.g., buySplits or sellPercentages), a restart is required. Always back up your configuration files before making edits.


Check the Example Configurations and Advanced Configuration Tips sections for ideas and insights from the community.


If you need further assistance, contact support or join the unCoded Telegram group for community-driven help.

Last updated