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
- Host: GitHub
- URL: https://github.com/danieldacosta/crypto-bot
- Owner: DanielDaCosta
- Created: 2021-02-27T20:52:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T12:50:03.000Z (over 4 years ago)
- Last Synced: 2025-04-30T17:46:26.959Z (about 1 year ago)
- Topics: cryptocurrency, rsi
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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