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
- Open the web interface at
http://localhost:5001 - Connect an exchange with your API keys
- Select a trading profile or configure your own
- 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
- Installation options - Detailed install guides for every platform
- Configuration guide - Customize OctoBot to your needs
- Supported exchanges - See which exchanges are available
Resources
- OctoBot Cloud - Managed OctoBot hosting
- Discord Community - Get help and chat
- Telegram - Community discussions