hummingbot / dashboard

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

keep compatibility version #139

Open IperGiove opened 1 month ago

IperGiove commented 1 month ago

The compatibility with the code is broken with the new version of hummingbot (version 20240429)

from hummingbot.smart_components.strategy_frameworks.directional_trading import DirectionalTradingControllerBase, DirectionalTradingControllerConfigBase

In detail the smart_components imported from hummingbot in the os_utils.py file does not exists anymore.

image

In the meantime, while the code is being reviewed to use the new version, I forced to install the previous version of hummingbot.