deploy-examples
deploy-examples copied to clipboard
This repository provides various examples of how to deploy Hummingbot using Docker.
### Describe the bug While testing a PR and tried to relaunch deploy by running `docker compose restart` while there are active instances, it would not recognized the active containers...
### Describe the bug When running instances and checking pause and stop buttons, the stop button cause connectionError and does not stop the hummingbot container  ``` JSONDecodeError: Expecting value:...
How do I display custom scripts in the Dashboard? How does the Dashboard use script strategies? I don't know why the strategies in hummingbot cannot be executed directly in the...
### 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...
### Describe the bug ## Description The `account_state_history.json` file generated in the `bots/data` directory lacks a parent key to wrap the data, resulting in an invalid JSON structure. This issue...
Whenever following the ["Hummingbot Dashboard Tutorial"](http://localhost:8501/#watch-the-hummingbot-dashboard-tutorial) [video](https://youtu.be/7eHiMPRBQLQ?t=1239) the default values of `binance_perpetual`, `1m interval`, `2023/01/01` to `2023/01/02`, `BTC-USDT` fail to download candles (Ref. #51). [As mentioned](https://github.com/hummingbot/deploy/issues/51#issuecomment-2467314599), `kucoin` seems to work....
### Describe the bug A community member reported that GS does not load existing config from dashboard.  - Observed on this use case that I have 2 grind ranges...
I wanted to override fees in a new hummingbot deployment using this repo and I can't seem to find where override fees files are. Docker documentation from https://hummingbot.org/global-configs/override-fees/ isn't correct...
### Describe the bug When testing hummingbot deploy using staging docker image then deploy my config, my controller does not start due to error ``` Traceback (most recent call last):...