OctoBot

授权协议 LGPL-3.0 License
开发语言 Python
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 岳茂
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

OctoBot 0.4.0-beta17

OctoBot-CI

Octobot Community

Description

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

See the Octobot official website.

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

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

Your Octobot

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

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

Octobot'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 OctoBot evolutions !

Installation

OctoBot'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:

With Docker

Follow the docker installation guide

In short :

docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable

And then open http://localhost.

With pip

In short :

pip install OctoBot>=0.4.0b16
Octobot

With python sources

Follow the python installation guide

In short :

git clone https://github.com/Drakkar-Software/OctoBot.git
cd OctoBot
python3 -m pip install -Ur requirements.txt
python3 start.py

One click deployment

Follow the Digital Ocean installation guide

In short :

Develop on Okteto

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

Exchanges

Octobot supports many exchanges thanks to the ccxt library.To activate trading on an exchange, just configure OctoBot 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 AUTHORSAND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.

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

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 OctoBot's open source tentacles and community websites.

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

相关阅读

相关文章

相关问答

相关文档