(feat) add more constants

This commit is contained in:
cardosofede
2023-07-20 21:37:48 +02:00
parent a3f0a19a5d
commit b6ef8ccce0

View File

@@ -2,3 +2,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"
OPTIMIZATIONS_PATH = "quants_lab/optimizations"