Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CyberPunkMetalHead/Binance-News-Sentiment-Bot
This is a fully functioning Binance trading bot that takes into account the news sentiment for the top 100 crypto feeds. If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
https://github.com/CyberPunkMetalHead/Binance-News-Sentiment-Bot
binance binance-api cryptocurrency trading trading-bot
Last synced: 3 months ago
JSON representation
This is a fully functioning Binance trading bot that takes into account the news sentiment for the top 100 crypto feeds. If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
- Host: GitHub
- URL: https://github.com/CyberPunkMetalHead/Binance-News-Sentiment-Bot
- Owner: CyberPunkMetalHead
- License: mit
- Created: 2021-04-17T16:17:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T13:28:49.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T08:25:26.543Z (3 months ago)
- Topics: binance, binance-api, cryptocurrency, trading, trading-bot
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1,577
- Watchers: 63
- Forks: 289
- Open Issues: 13
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
Fully functioning Binance Trading bot that Buys cryptocurrency based on Daily news sentiment from the top 100 crypto feeds.
Main Features:
Pull and analyse the last headline from the top 100 crypto news sitesProvide an overview on the most mentioned coin across all the headlines
Analyse the sentiment of each headline and categorise the output by coin
Place a Buy order if the compound sentiment is positive
The bot sells %99.5 of the coins it bought in order to avoid exceptions
"coins_in_hand" dictionary stores the amount of coins the bot bought and currently holding.
Configurable options
Works with any number of cryptocurrencies
For a complete step-by-step setup guide please see: https://www.cryptomaton.org/2021/04/17/how-to-code-a-binance-crypto-trading-bot-that-trades-based-on-daily-news-sentiment/