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

How to install? #51

Open
sweetangellis opened this issue Oct 31, 2024 · 1 comment
Open

How to install? #51

sweetangellis opened this issue Oct 31, 2024 · 1 comment

Comments

@sweetangellis
Copy link

Sorry guys I am not an expert in working with github a lot.

Ubuntu 24.04 would be my OS of choice

@Salat148
Copy link

Salat148 commented Nov 2, 2024

I haven't tried with v24, but it works for me on v22.

  1. Clone the repository.
  2. Create a config.jsonc file in the root directory. Copy all data from config-sample-v0.7.dev.jsonc and replace it with your values:
data_folder
telegram_chat_id
telegram_bot_token
api_secret
api_key
  1. Install all required packages.
  2. Run the following commands:
python -m scripts.download_binance -c config.jsonc
python -m scripts.merge -c config.jsonc
python -m scripts.features -c config.jsonc
python -m scripts.labels -c config.jsonc
python -m scripts.train -c config.jsonc
python -m scripts.signals -c config.jsonc
python -m scripts.train_signals -c config.jsonc
  1. Start the bot with python -m service.server -c config.jsonc

P.S. It's important to understand how the code works. During installation, you may encounter some errors, so it’s best to investigate how each script functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants