/crypto-bot

Trading bot using RSI technique for Binance

Primary LanguagePython

Crypto Bot

Trading bot using RSI indicator for Binance Exchange.

Default crypto used: ETH

Install Packages

Run:

pip install requirements.txt

For MacOs users you may run this command before installing the package TA-lib:

brew install ta-lib

Config Variables

API Credentials

Go to your Binance account on API Management and cretae your own api keys: API_KEY and API_SECRET

References & Acknowledgments