Dashboard
Overview¶
In 2019, Hummingbot was introduced as a command-line based market-making bot.
Now, we are excited to introduce Hummingbot Dashboard, an open-source graphical interface designed to help users deploy and manage multiple Hummingbot instances efficiently. Not only does Dashboard simplify the process of managing bots at scale, but it also is designed to be compatible with V2 Strategies, which users can use Dashboard to create and backtest before deploying live.
Read about Dashboard in the introductory blog post.
Architecture¶
- Streamlit: Dashboard uses the Streamlit open source data visualization framework
- Docker: Each bot instance is a Docker container that Dashboard manages using the broker module
- V2 Strategies: Dashboard helps users create and optimize V2 Strategies
Featured Pages¶
Bot Orchestration enables you to effortlessly deploy and manage multiple instances of Hummingbot.
Backtest Manager is designed to help you fine-tune your trading strategies using historical data. This month, we started to add the initial components, including integration with the Optuna optimization framework and minimal versions of the initial pages.
Strategy Performance helps you analyze the performance of a Hummingbot script or strategy configuration using its SQLite database file.
Getting Started¶
To get started, check out these videos as a preview:
Sign up for the Hummingbot newsletter to learn about other upcoming Dashboard demo events.