CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.39k stars 775 forks source link

Base currency fluid version #158

Closed FreshLondon closed 3 years ago

FreshLondon commented 3 years ago
  1. removed hard coded $ and replaced with printing PAIR_WITH name in places.
  2. added detection for Binance supported fiat currencies and a changer for 2 decimal places for fiat currencies and 8 decimal places for crypto.
  3. reworded buying / selling commands, a bit clearer.
  4. changed MAX_COINS to TRADE_SLOTS to help newbies understand a bit easier.
  5. added VERBOSE_MODE in config to allow users to easily toggle whether to see bot actions in more detail (to be adjusted later to include more functions).
getsec commented 3 years ago

Closing for user to re-open