An open-source project for the development of cryptocurrency trading software, created and maintained by CoinAlpha, Inc.
Install · Documentation · FAQ · Contributing · Blog
Hummingbot allows users to run a local client that executes customized, automated market-making trading strategies for cryptocurrencies.
Hummingbot was created to promote decentralized market-making: enabling members of the community to contribute to the liquidity and trading efficiency in cryptocurrency markets. We further discuss this rational on our blog.
For more detailed information, please visit the Hummingbot website and read the Hummingbot whitepaper.
logo | id | name | ver | doc |
---|---|---|---|---|
binance | Binance | * | API | |
ddex | DDEX | 3 | API | |
radar_relay | Radar Relay | 2 | API |
- Hummingbot Home Page
- Whitepaper
- Documentation
- Discussions: join the CoinAlpha / Hummingbot community on our Discord Server or email us at dev@coinalpha.com.
First, run
$ ./install
After running the install
script, the Anaconda environment named hummingbot
will be created. You can activate it in the same way as all Anaconda environments.
$ conda activate hummingbot
Once the Anaconda environment is actvated, you will see it prefixed to your command line prompt.
(hummingbot) $
Then, run
(hummingbot) $ bin/hummingbot
Once you see the CLI interface, you can enter help
to start interacting using our commands.
Hummingbot is available on Docker Hub at coinalpha/hummingbot.
For instructions on running hummingbot
with Docker including deployment, see DOCKER.md.
Run tests by executing: python test/test_**TEST_NAME**.py
.
Requires secret files to be saved in the conf/ folder:
File | Description |
---|---|
binance_secret.py |
See template: binance-TEMPLATE.py |
We welcome code contributions (via pull requests) as well as bug reports and feature requests through github issues.
Code is released under the Apache-2.0 License, which means it's absolutely free for any developer to build commercial and opensource software on top of it, but use it at your own risk with no warranties, as is.
Hummingbot was created and is maintained by CoinAlpha. You can contact us at dev@coinalpha.com or join our Discord server.
For business inquiries, please contact us at contact@coinalpha.com.