/biml

Binance machine learning based bot

Primary LanguageJupyter Notebook

biml

Binance Machine Learning based crypto trading bot.

Quick start

  1. Copy default config biml/cfg/app-defaults.yaml to your new config biml/cfg/app.yaml
  2. Update config file biml/cfg/app.yaml, set biml.connector.key to your binance api key: https://www.binance.com/en/support/faq/360002502072
  3. Start downloading data from binance docker-compose up downloader
  4. Check biml/data folder, new data from binance should appear there
  5. To be continued....