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.41k stars 777 forks source link

Cyber punk metal head fixes #136

Closed popeye2019 closed 3 years ago

popeye2019 commented 3 years ago

Hello, i am github neewbie here is my version of your bot, i have modify only syncho between modules with use of lock thread. in each module i add import threading and create a lock with lock = threading.Lock()

each time a modle want to write remove modify.... i lock thread and after i release lock() so other modles can't write remove add at same time.

i also add a check for money in tickers in bot line 189 and next Binance-popeye2019.zip I also include config.yml with high credit to make a lot of operations buy sell and TA_BUY_THRESHOLD = 8 for buying everything.....

gabtech722 commented 3 years ago

@popeye Downloaded your modified files and did a test run. Nice work, will be using it as one of my many instances.