Skip to content

Commit

Permalink
(feat) add correct path for config encoder decoder in analyze too
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosofede committed Dec 5, 2023
1 parent 7543c50 commit 150b0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/backtest_analyze/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 150b0b5

Please sign in to comment.