hummingbot
open-source crypto trading bot framework
TLDR
SYNOPSIS
hummingbot [options]
DESCRIPTION
hummingbot is an open-source cryptocurrency trading bot framework that provides an interactive terminal interface for automated trading. It supports strategies such as market making, arbitrage, and liquidity mining across centralized and decentralized exchanges.The TUI provides real-time status updates, order tracking, and profit/loss reporting. Users configure strategies through interactive prompts or YAML configuration files. The bot supports paper trading mode for testing strategies without risking funds.
PARAMETERS
-s STRATEGY, --strategy STRATEGY
Strategy to start with.--config-file-name FILE
Configuration file to use.--config-password PASSWORD
Password for encrypted config files.-h, --help
Display help.
CAVEATS
Requires API keys from supported exchanges. Trading involves financial risk. Requires Python 3.8+ and various dependencies. Available via Docker or source installation.
SEE ALSO
freqtrade(1), gocryptotrader(1), cointop(1)
