Skip to content

gotbase/kenbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Codacy BadgeDownloads Dockerhub Coverage Status kenbot-CI Build Status UptimeRobot

kenbot Community

Active kenbot Telegram Chat Discord Telegram News Twitter

kenbot Logo

Web Interface

Description

kenbot is a powerful fully modular open-source cryptocurrency trading robot.

See the kenbot official website.

This repository contains all the features of the bot (trading tools, evaluation engines, the backtesting toolkit, ...). kenbot's tentacles contains the bot's strategies and user interfaces.

To install kenbot with its tentacles, just use the latest release for your system and your kenbot is ready !

Your kenbot

Telegram interface Twitter Interface

kenbot is highly customizable using its configuration and tentacles system. You can build your own bot using the infinite configuration possibilities such as technical analysis, social media processing or even external statistics management like google trends.

kenbot is AI ready: Python being the main language for kenbot, it's easy to integrate machine-learning libraries such as Tensorflow or any other lib and take advantage of all the available data and create a very powerful trading strategy.

kenbot's main feature is evolution : you can install, modify and even create any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your kenbot evolutions !

Installation

kenbot's installation is very simple... because very documented ! See the installation guides for more info.

With executable

Follow the 2 steps installation guide

In short:

Follow the docker installation guide

In short :

docker run -itd --name kenbot -p 80:5001 -v $(pwd)/user:/kenbot/user -v $(pwd)/tentacles:/kenbot/tentacles -v $(pwd)/logs:/kenbot/logs gotbase/kenbot:stable

And then open http://localhost.

Follow the python installation guide

In short :

git clone https://github.com/gotbase/kenbot.git
cd kenbot
python3 -m pip install -Ur requirements.txt
python3 start.py

One click deployment

Follow the Digital Ocean installation guide

In short :

Deploy to DO

Develop on Okteto

  • Free 24-hour demo repeatable indefinitely on Okteto simply using your Github account

Exchanges

Binance Bitmex Bitmax Coinbase Kucoin Bitfinex Bittrex

kenbot supports many exchanges thanks to the ccxt library. To activate trading on an exchange, just configure kenbot with your api keys as described on the exchange documentation.

Disclaimer

Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.

Always start by running a trading bot in simulation mode and do not engage money before you understand how it works and what profit/loss you should expect.

Do not hesitate to read the source code and understand the mechanism of this bot.

Sponsors

JetBrains with PyCharm Pro.

Special thanks to DigitalOcean for hosting kenbot's open source tentacles and community websites.

Thanks to Okteto for allowing kenbot developers to test their changes online with a simple button.

# kenbot

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages