No Local Instances Shown After PMM Strategy Deployment
Describe the bug
No Local Instances Shown After PMM Strategy Deployment
Description
After configuring and attempting to deploy a Pure Market Making (PMM) strategy in Hummingbot, no local instances appear in the dashboard. This occurs regardless of whether Risk Management and Rebalance Configuration settings are enabled or disabled. The deployment process completes without any visible error messages in the docker logs.
Environment
System Information
- Chip: Apple M1 Pro
- Memory: 16 GB
- OS: macOS 15.1 (24B83)
- Docker version 27.3.1, build ce12230
Steps to reproduce bug
Steps to Reproduce
- Start with a clean Hummingbot installation
- Run
bash setup.shto initialize Hummingbot services (dashboard, backend-api, and broker) - Configure Binance connector with valid credentials
- Create a new PMM strategy with default configuration
- Run backtesting on the strategy
- Upload the configuration to Hummingbot backend
- Attempt to deploy the strategy without Risk Management settings
- Expected: "Bot Config Try 1" instance should appear in dashboard
- Actual: No instances appear in the dashboard
- Try deploying again with Risk Management and Rebalance Configuration enabled
- Expected: Instance should appear in dashboard
- Actual: No instances appear in the dashboard
- Check docker logs using
docker logs -f- No error messages are visible in the logs
Additional Notes
- The Binance connector configuration is successful and verified
- The strategy configuration and backtesting complete without errors
- The issue persists across multiple deployment attempts
- Docker logs show no relevant error messages or warnings
Community Suggestion
A Discord community member suggested:
If there is a problem with the input in the last step, it can be changed to: 10 USDT
Note: This suggestion was implemented but did not resolve the issue. This document serves to record the troubleshooting attempt and its outcome. Alternative solutions will be explored separately.
Current Balance Overview
My total balance on Binance is 11.66 USD, distributed across these assets:
| Exchange | Token | Units | Price | Value | Available Units |
|---|---|---|---|---|---|
| binance | BNB | 0.00053291 | 721.14 | 0.3843027174 | 0.00053291 |
| binance | USDT | 7.31067 | 1 | 7.31067 | 7.31067 |
| binance | WLD | 1.81188355 | 2.203 | 3.9915794606499997 | 1.81188355 |
Steps Taken to Resolve
- A Discord community member suggested changing the rebalance input value to "10 USDT"
- I updated the PMM configuration with the suggested value
- However, after applying these changes, the local instance is still not appearing in the interface
Screenshots for Reference
-
Current Balance Status
-
PMM Configuration Settings
-
Rebalance Value Update to "10 USDT"
-
Result: Local Instance Not Displaying
Current Status
Despite following the suggested fix, the local instance remains invisible in the interface. Additional troubleshooting may be needed.
You can pull the latest commits from hummingbot/deploy since we have added improvements for dashboard and hummingbot-api (previously backend-api)
