TBC (Trading Bots Commander) application was created in order to facilitate the process of managing trading bots. You can easily save and update the settings, create work profiles, start, stop and monitor your bots. TBC works with GBot trader terminal, all manuals and FAQ could be found on it's official page
- Install and update GBot trader from user interface
- Easy to start - you don't need to install NodeJS or any NPM modules
- Create as many bots as you wish
- Create as many configs as you want
- Start, stop, switch between bot's configs with press of the button
- Monitor your bot's working process right in user interface
- Automatically start all active bots when app starts
- Mobile version of user interface
Check out how-to video on YouTube
- Get TBC from download section below and unzip it
- To run TBC application:
- On Windows run
TBC-win.exe
file - On MacOS open
Terminal
app, dragTBC-macos
file to it and press Enter - On Linux run
TBC-linux
file from console
- On Windows run
- Open your web browser and navigate to http://localhost:3000
- Install latest version of GBot trader from settings menu in TBC
- Create new bot in Bots column (left)
- Create new working config for your bot in Bot configs column (middle)
- In Config script column (right) paste your settings in
KEY=VALUE
format. Save your config - Activate selected config in Bot configs section (middle)
- Perfect! Now you can start bot. Red indicator should become green
All configs exists in JSON format. You can easily edit them, but before that read some information about syntaxis and other format details. It is also strongly adviced to use some advanced text editor with JSON syntaxis highlight to prevent any possible mistakes
app-default.json
Parameters | Description | Type |
---|---|---|
user | Username for TBC interface access authentication | string |
pass | Password for TBC interface access authentication | string |
verbUI | User interface debugging messages | boolean |
dbName | App database name | string |
bin | Bots file to run with TBC | string |
cwd | Bots working directory | string |
logSize | Number of messages from bot log to keep in memory | number |
autoMon | Open bot monitor automatically on bot start/restart | boolean |
checkBotUpdate | Time interval in hours to check GBot updates | number |
kernel-default.json
Parameters | Description | Type |
---|---|---|
httpPort | Port for TBC to run on. Check that port is free before assign! If you want to reach your user interface from internet, dont forget to open selected port in servers firewall | number |
hostname | Hostname for TBC server. If you want to run it locally, then you can set value localhost. If your server has dedicated IP address or Domain name, you can use one of them to be able to reach your user interface from internet | string |
Created by Tarkh
If you like this software and interested in new features and updates, please support ;)
BTC: 1CLaXZE6kQNTHqkHW4k54cVqXDRurhDLt3
ETH: 0x701df74d2cfa1fd4afccbeea0fa199501c56e3a1
ETC: 0x34906cd6190ac5bfe8150eb0f0503fcbd5a9d036
Telegram: @tarkhx
Email: tarkhx@gmail.com