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.
MIT License
1.57k stars 290 forks source link

bot will work well in the 1st iteration.... #23

Closed idanpl closed 3 years ago

idanpl commented 3 years ago

During the read article loop, if the articles are not changed....then you will probably buy (or sell) coins until you are out of money or out of coins....this means that using this bot at its current stage is not recommended.

Suggest:

  1. Set a maximum limit at first.
  2. Mark whether you reacted to the articles or not.
CyberPunkMetalHead commented 3 years ago

Yes that is currently the case, which is why by default the bot only runs once every minute. I will look into implementing the above functionality.

CyberPunkMetalHead commented 3 years ago

The bot will no longer buy coins it already bought, so this should be fixed now