From a0ee9cd8d685b010e4861481b7e5c0bf9fef0d9d Mon Sep 17 00:00:00 2001 From: cardosofede Date: Mon, 18 Sep 2023 12:06:38 +0800 Subject: [PATCH] (feat) rename controller paths --- constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 44f8d7c..d56292d 100644 --- a/constants.py +++ b/constants.py @@ -1,6 +1,7 @@ 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/controllers" +CONTROLLERS_PATH = "quants_lab/controllers" +CONTROLLERS_CONFIG_PATH = "hummingbot_files/controller_configs" OPTIMIZATIONS_PATH = "quants_lab/optimizations" HUMMINGBOT_TEMPLATES = "hummingbot_files/templates"