From 61a60d133d7625a3825de0ca29a368c04295d74d Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 20 Jul 2023 15:49:24 +0200 Subject: [PATCH] (feat) add strategies path --- constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.py b/constants.py index 297706a..5779651 100644 --- a/constants.py +++ b/constants.py @@ -1,3 +1,4 @@ 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/experiments"