Skip to content

Commit

Permalink
Merge pull request #105 from hummingbot/fix/config_encoder_decoder_im…
Browse files Browse the repository at this point in the history
…port

(feat) add correct path for config encoder decoder
  • Loading branch information
fengtality authored Dec 5, 2023
2 parents d1b5ee4 + 7543c50 commit 99d4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/file_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def strategy_optimization_template(strategy_info: dict):
from hummingbot.data_feed.candles_feed.candles_factory import CandlesConfig
from hummingbot.smart_components.strategy_frameworks.data_types import TripleBarrierConf, OrderLevel
from hummingbot.smart_components.strategy_frameworks.directional_trading import DirectionalTradingBacktestingEngine
from hummingbot.smart_components.utils import ConfigEncoderDecoder
from hummingbot.smart_components.utils.config_encoder_decoder import ConfigEncoderDecoder
from optuna import TrialPruned
from quants_lab.controllers.{strategy_module} import {strategy_cls.__name__}, {strategy_config.__name__}
Expand Down

0 comments on commit 99d4eb4

Please sign in to comment.