From 150b0b516f8537a2c21a550a92028840597a00e6 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 5 Dec 2023 12:02:22 -0300 Subject: [PATCH] (feat) add correct path for config encoder decoder in analyze too --- pages/backtest_analyze/analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/backtest_analyze/analyze.py b/pages/backtest_analyze/analyze.py index 92f657e8..bb44a8a7 100644 --- a/pages/backtest_analyze/analyze.py +++ b/pages/backtest_analyze/analyze.py @@ -2,7 +2,7 @@ from hummingbot.data_feed.candles_feed.candles_factory import CandlesConfig from hummingbot.smart_components.strategy_frameworks.data_types import OrderLevel, TripleBarrierConf 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 import constants import os