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.
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.....
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.....