You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found out that this is interesting project. it took me huge amount of time to make it work because i cant read :D. i finaly figured out how to run it properly but still have one issue. i have got binance account with no money in here could that be the reasone for have this error?
wait_for_price
threshold_check = (-1.0 if min_price[coin]['time'] > max_price[coin]['time'] else 1.0) * (float(max_price[coin]['price']) - float(min_price[coin]['price'])) / float(min_price[coin]['price']) * 100
ZeroDivisionError: float division by zero
The text was updated successfully, but these errors were encountered:
i found out that this is interesting project. it took me huge amount of time to make it work because i cant read :D. i finaly figured out how to run it properly but still have one issue. i have got binance account with no money in here could that be the reasone for have this error?
wait_for_price
threshold_check = (-1.0 if min_price[coin]['time'] > max_price[coin]['time'] else 1.0) * (float(max_price[coin]['price']) - float(min_price[coin]['price'])) / float(min_price[coin]['price']) * 100
ZeroDivisionError: float division by zero
The text was updated successfully, but these errors were encountered: