Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add base controlers and master script #74

Merged
merged 21 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
@@ -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"
BOTS_FOLDER = "hummingbot_files/bots"
CONTROLLERS_PATH = "quants_lab/controllers"
CONTROLLERS_CONFIG_PATH = "hummingbot_files/controller_configs"
OPTIMIZATIONS_PATH = "quants_lab/optimizations"
Expand Down
4 changes: 2 additions & 2 deletions hummingbot_files/compose_files/data-downloader-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
image: hummingbot/hummingbot:development
volumes:
- "../../data/candles:/home/hummingbot/data"
- "../bot_configs/data_downloader/conf:/home/hummingbot/conf"
- "../bot_configs/data_downloader/conf/connectors:/home/hummingbot/conf/connectors"
- "../bots/data_downloader/conf:/home/hummingbot/conf"
- "../bots/data_downloader/conf/connectors:/home/hummingbot/conf/connectors"
environment:
- CONFIG_PASSWORD=a
- CONFIG_FILE_NAME=download_candles.py
Expand Down
213 changes: 0 additions & 213 deletions hummingbot_files/templates/master_bot_conf/scripts/1overN_portfolio.py

This file was deleted.

This file was deleted.

Loading