Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 580 Bytes

File metadata and controls

23 lines (18 loc) · 580 Bytes

buy-the-dip

Dollar Cost Average Crypto Trading Bot

  Screenshot from 2021-06-25 00-11-29  

Currently only supports Coinbase Pro

Enable trading functionality by creating a config.ini file in the project folder and adding the following Coinbase Pro API credentials:

[ACCOUNT]
KEY = your-key
SECRET = your-secret
PASSPHRASE = your-passphrase

 

In order to run locally:

  • install requirements into a new venv
  • source activate venv