Collection of Hummingbot-related data apps and dashboards, built using StreamLit.
This repository is maintained by Hummingbot Foundation as a companion for users of Hummingbot, the open source framework for building high-frequency crypto trading bots.
https://www.loom.com/share/72d05bcbaf4048a399e3f9247d756a63
https://share.streamlit.io/hummingbot/streamlit-apps/main/%F0%9F%9A%80_Home.py
Here are the current data apps in the collection:
Visualize the bid-ask spread and volume of different tokens across the crypto exchange landscape. This app is most helpful for Hummingbot users running the Cross-Exchange Market Making and Arbitrage strategies.
Drop a SQLite trades file for a specific strategy configuration, so that you can inspect and analyze the trade data.
How to find: These files are located in the /data
folder in Hummingbot, and are named <strategy_name>.sqlite
.
Reference data for the various apps this collection.
See instructions located at https://docs.streamlit.io/library/get-started/installation.
More info coming soon.
We welcome new data apps, bug fixes, and improvements by the community!
To submit a contribution, issue a pull request and follow the general guidelines listed at https://hummingbot.org/developers/contributions.