rockyrobinls29

Results 4 comments of rockyrobinls29

on line 119 of bot_functions.py: qty = round(qty * 0.99,8) You can change to for example: qty = round(qty * 0.50,8) This will trade only 50% of your asset. Hope...

I've just got this error also upon starting a bot with the latest version of pycryptobot. I did notice that pip upgraded to a newer version of urllib compared to...

Just tried downgrading urllib to version 1.26.0 with pycryptobot version 2.38.0 and no longer have the above issue.