forked from CyberPunkMetalHead/Binance-News-Sentiment-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
20 lines (11 loc) · 821 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 sites
Provide 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/