Linux command
hummingbot 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start the interactive TUI
hummingbot
Start with a specific strategy
hummingbot -s [strategy_name]
Start with a specific config file
hummingbot --config-file-name [config.yml]
Start with a password
hummingbot --config-password [password]
说明
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.
参数
- -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.
FAQ
What is the hummingbot command used for?
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.
How do I run a basic hummingbot example?
Run `hummingbot` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s _STRATEGY_, --strategy _STRATEGY_ do in hummingbot?
Strategy to start with.