Open ghost opened 5 years ago
Again, I got this error :(.
python ArbitrageMain.py Finding Arbitrage Opportunities Traceback (most recent call last): File "ArbitrageMain.py", line 38, in tradeRoute = core.threeCurrencyArb(data,profits,startingBalance) File "/root/bot/CoreFunctionality.py", line 134, in threeCurrencyArb step1 = (starting*0.999)/float(ask1) ZeroDivisionError: float division by zero
Your bot was the only one that has really worked. I know that you do not have much time but it will be nice to see it working again. 😊
Same issue !!
Again, I got this error :(.
python ArbitrageMain.py Finding Arbitrage Opportunities Traceback (most recent call last): File "ArbitrageMain.py", line 38, in
tradeRoute = core.threeCurrencyArb(data,profits,startingBalance)
File "/root/bot/CoreFunctionality.py", line 134, in threeCurrencyArb
step1 = (starting*0.999)/float(ask1)
ZeroDivisionError: float division by zero