From 33538cf86808e423fca3eb0ea999dc138da8e3ff Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 7 Sep 2023 17:39:49 +0800 Subject: [PATCH] (feat) refactor of folder structure --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 1cc0b94..44f8d7c 100644 --- a/constants.py +++ b/constants.py @@ -1,6 +1,6 @@ CANDLES_DATA_PATH = "data/candles" DOWNLOAD_CANDLES_CONFIG_YML = "hummingbot_files/scripts_configs/data_downloader_config.yml" BOTS_FOLDER = "hummingbot_files/bot_configs" -DIRECTIONAL_STRATEGIES_PATH = "quants_lab/strategy/controllers" +DIRECTIONAL_STRATEGIES_PATH = "quants_lab/controllers" OPTIMIZATIONS_PATH = "quants_lab/optimizations" HUMMINGBOT_TEMPLATES = "hummingbot_files/templates"