hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
173 stars 111 forks source link

Dashboard - use wrong (default) Candles Connector after import #172

Open nikspz opened 3 weeks ago

nikspz commented 3 weeks ago

Describe the bug

Dashboard - Failed to import Candles Connector config (for Bollinger V1), it uses default connector (kucoin)

Steps to reproduce bug

  1. git clone https://github.com/hummingbot/deploy.git && cd deploy
  2. bash setup_dev.sh
  3. http://localhost:8501/
  4. go to Bollinger V1 and change candles connector (to okx_perpetual)
  5. refresh the page
  6. click on not use default and Select config

Actual: Review Candles Connector is - default connector (kucoin)

candles connector use default after import

nikspz commented 3 weeks ago

also for MACD-BB macd-bb

image no errors on backend-api / dashboard logs