Skip to main content

Getting Started with OctoBot

OctoBot is an open-source cryptocurrency trading bot designed to be multi-strategy, multi-exchange, and multi-cryptocurrency.

Installation

Using pip

pip install octobot

Using Docker

docker run -d --name octobot -p 5001:5001 drakkarsoftware/octobot:stable

Using the binary

Download the latest binary for your platform from the GitHub Releases page.

Running OctoBot

OctoBot

OctoBot starts with a web interface accessible at http://localhost:5001.

First Steps

  1. Open the web interface at http://localhost:5001
  2. Connect an exchange with your API keys
  3. Select a trading profile or configure your own
  4. Start trading and monitor from the dashboard

Configuration

OctoBot can be configured through:

  • The web interface at http://localhost:5001
  • Configuration files in the user/ directory
  • Environment variables

Next Steps

Resources