Closed izzy84 closed 6 years ago
Hi @izzy84 -- First off, you are using an older version of the triangular arbitrage bot, the newest one is simply called crypto_tri_arb.py (or something similar) in the main folder. Secondly, the reason for the 'synced' was due to the error "order time is 1000 ms ahead of binance time" that many of us have faced. The newest bot does not rely on synced.
FAILURE INITIALIZE Traceback (most recent call last):
File "C:\Users\izzy\Documents\arbitrage project\Private_TriArbBot.py", line 555, in
run()
File "C:\Users\izzy\Documents\arbitrage project\Private_TriArbBot.py", line 71, in run
initialize_arb()
File "C:\Users\izzy\Documents\arbitrage project\Private_TriArbBot.py", line 100, in initialize_arb
status = Client.synced('get_system_status()')
AttributeError: type object 'Client' has no attribute 'synced'