-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'module' object is not callable FAILURE INITIALIZE #30
Comments
I also made an adjustment here: def arbitrage_bin(list_of_sym, tickers, portfolio, cycle_num=1, cycle_time=30, place_order='Yes', real_order='Yes'): |
Hi, are you using Tri Arb Trader? I have been seening this exact error 'module not callable' many times from different sources, this seems to be the new bottleneck / source of errors. Can you find out which lines are running and which line causes that error? |
Hello, yes this is from BinanceTriArbTrader.py |
I believe that I have found these lines to have been the issue: PLACING ORDER STARTING TRI ARB PAPER TRADING FUNCTION Traceback (most recent call last): FAILURE INITIALIZE |
Hello, I get the following when I get an attempt to placing an ARB order:
Binance Arbitrage Function Data Collection - Running
List of Arbitrage Symbols: ['ETHBTC', 'EOSETH', 'EOSBTC']
Currency Pair: ETHBTC Exchange Rate: 0.03565200
Currency Pair: EOSETH Exchange Rate: 0.02635400
Currency Pair: EOSBTC Exchange Rate: 0.00094040
[0.035652, 0.026354, 0.0009404, datetime.datetime(2019, 3, 1, 10, 45, 5, 350313)]
Buy: 0.035652
Sell: 0.03568338772102907
Arbitrage Possibility - Potential Profit (Percentage): 0.0879617184176885%
Potential Fees (Percentage): 0.30000000000000004
Adjusted Profit (Percentage): -0.21203828158231153
PLACING ORDER
STARTING TRI ARB PAPER TRADING FUNCTION
'module' object is not callable
FAILURE INITIALIZE
Restarting
The text was updated successfully, but these errors were encountered: