Skip to main content

Binance USDT-alts config bundle

tested_in type_autoconfig developer

date_of_upload

Ready to go config.js and autoconfig.json for automated USDT-alt trading on Binance. Insert your API key/secret and start trading.

This setup is an attempt to create many altcoins with a single set of settings, without human interaction.

How does it work?

This setup automatically selects and removes trading pairs, trading pairs only once before they are removed again. The idea is to have a fully automated setup for USDT-alt trading that trades relatively frequently (in tests, about 10 times per day) and only focusses on small trades with around 0.5% to 2% profit per trade.

The setup consists of a config.js and autoconfig.json file, which do the following (summarized):

Autoconfig.json

  • Adds & removes pairs, mainly based on their direction in the past 12h
  • Disables buying on all pairs when USDT-BTC is moving up or down more than average in the last hour
  • Changes some settings based on the DCA phase: when DCA started it increases the buydown for the second DCA order, the strategy sell criteria are set to a minimal 0.1% gain once DCA is completed.

Config.js

  • Contains only one preconfigured trading strategy, based on buy trailing and stochrsi selling. It's very basic but does its job.

Instructions:

Gunbot version

Make sure you are on a stable Gunbot v16 version.

Binance

Make sure your account is cleaned up. Try to remove any open orders and sell all altcoins prior to running this setup.

Balance

The setup requires a USDT starting balance of 20 to 25 times the trading limit as defined in the "experimental" strategy. When you do not change the default trading limit of 13.5 USDT, make sure to have between 270 and 337.5 USDT available in your account.

If you want to use a different USDT starting amount, make sure to change the trading limit in the strategy and have 20 to 25 times that as initial USDT balance.

BNB fees are not used in this setup. The standard fee rate of 0.1% is assumed. If you want to use BNB, add BNB to the list of excluded coins in the upper job in autoconfig.json and change your exchange fee rate appropriately.

Config.js

The config file comes preconfigured as much as possible, change the items below with a text editor like Notepad++.

If you use the GUI to enter these items, then make sure to start gunbot core afterwards by changing the value for "start" to true in config.js.

Make sure to not remove any , or " When you're ready, copy the file to your gunbot folder and overwrite the existing config.js file.

"gunthy_wallet": "YOUR_GUNTHY_WALLET",
"binance": {
"key": "YOUR_REGISTERED_API_KEY",
"secret": "YOUR_API_SECRET",
"masterkey": "YOUR_REGISTERED_API_KEY",
"mastersecret": "YOUR_API_SECRET",

Autoconfig.json

Is fully preconfigured, does not need any manual changes. When you're ready, copy the file to your gunbot folder and overwrite the existing autoconfig.json file.

Disclaimer

This setup is meant for educational purposes. Use at your own decretion. The strategy and pair selection criteria can surely be improved upon, running this setup in watch mode could give you a good idea of what's going on and what could be improved. Always make sure to set a password for your Gunbot GUI.

Enjoy!

I'd appreciate it if you do not contact me through personal messages about this free config example.

Download

usdt-alts-bundle_v1.0.0.zip