(feat) change directory name from experiments to controllers

This commit is contained in:
cardosofede
2023-08-30 19:55:24 +02:00
parent b0f930065b
commit 95f84db9cc
6 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -134,7 +134,7 @@ dmypy.json
# Optimize studies and strategies
quants_lab/optimizations/*
quants_lab/strategy/experiments/*
quants_lab/strategy/controllers/*
# Master bot template user-added configs
hummingbot_files/templates/master_bot_conf/conf/*

View File

@@ -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/experiments"
DIRECTIONAL_STRATEGIES_PATH = "quants_lab/strategy/controllers"
OPTIMIZATIONS_PATH = "quants_lab/optimizations"
HUMMINGBOT_TEMPLATES = "hummingbot_files/templates"