mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-18 12:54:21 +01:00
(feat) change directory name from experiments to controllers
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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/*
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user