LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

hummingbot

open-source crypto trading bot framework

TLDR

Start the interactive TUI
$ hummingbot
copy
Start with a specific strategy
$ hummingbot -s [strategy_name]
copy
Start with a specific config file
$ hummingbot --config-file-name [config.yml]
copy
Start with a password
$ hummingbot --config-password [password]
copy

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

Copied to clipboard
Kai