markusaksli / TradeBot

Crypto trading bot using Binance API (Java)
GNU General Public License v3.0
373 stars 138 forks source link
backtesting backtesting-trading-strategies binance-api bot crypto-trading-bot cryptocurrency macd market market-data profitability rsi signals technical-analysis technical-indicators tradebot trading trading-bot trading-strategies

This was mostly a university and personal project and will no longer be updated

TradeBotWide

TradeBot is a cryptocurrency trading bot that uses the Binance API, and a strategy based on a couple of 5 minute chart indicators

Download the latest release

How?

The config for the bot can be changed using the config.txt file

Modes

Live

Simulation

Backtesting

Collection

Config

See the included config file for a ready to use example

Setup the credentials.txt file to automatically log into live mode without having to enter your credentials

Issues, suggestions and contributing

If you run into any issues while using the bot or if you want to request any changes or new features, open a new issue to let us know.

If you would like to contribute to the development and profitability of the bot, simply open a PR or let us know.

There are some open issues that set a general direction for development once the current implementation of the bot works reliably in Live mode (modularize, separate backend, create GUI, communicate with GUI through API).