An open API service indexing awesome lists of open source software.

https://github.com/danieldacosta/crypto-bot

Trading bot using RSI technique for Binance
https://github.com/danieldacosta/crypto-bot

cryptocurrency rsi

Last synced: 5 months ago
JSON representation

Trading bot using RSI technique for Binance

Awesome Lists containing this project

README

          

# Crypto Bot
Trading bot using RSI indicator for **Binance Exchange**.

Default crypto used: `ETH` (*Ethereum*)

## 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
- Code created based on a Youtube video: https://www.youtube.com/watch?v=GdlFhF6gjKo&t=2975s
- Original Github code: https://github.com/hackingthemarkets/binance-tutorials
- https://github.com/binance/binance-spot-api-docs/blob/master/web-socket-streams.md#klinecandlestick-streams