mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-18 14:04:22 +01:00
8 lines
373 B
Python
8 lines
373 B
Python
CANDLES_DATA_PATH = "data/candles"
|
|
DOWNLOAD_CANDLES_CONFIG_YML = "hummingbot_files/scripts_configs/data_downloader_config.yml"
|
|
BOTS_FOLDER = "hummingbot_files/bots"
|
|
CONTROLLERS_PATH = "quants_lab/controllers"
|
|
CONTROLLERS_CONFIG_PATH = "hummingbot_files/controller_configs"
|
|
OPTIMIZATIONS_PATH = "quants_lab/optimizations"
|
|
HUMMINGBOT_TEMPLATES = "hummingbot_files/templates"
|