Skip to content
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

Issue running the code #1

Open
options2015 opened this issue Dec 22, 2024 · 0 comments
Open

Issue running the code #1

options2015 opened this issue Dec 22, 2024 · 0 comments

Comments

@options2015
Copy link

For some reason , the current code does'nt run. I am geting multiple errors

Traceback (most recent call last):
  File "main.py", line 12, in <module>
    Arbitrage_bot(currency_pairs)
  File "C:\Users\Administrator\Downloads\ML-for-arbitrage-in-cryptoexchanges-main\ML-for-arbitrage-in-cryptoexchanges-main\bot\arbitrage_bot.py", line 27, in __init__
    self.get_Binance_pairs(self.cryptocurrency_pairs.copy())
  File "C:\Users\Administrator\Downloads\ML-for-arbitrage-in-cryptoexchanges-main\ML-for-arbitrage-in-cryptoexchanges-main\bot\arbitrage_bot.py", line 57, in get_Binance_pairs
    "taker_fee": float(taker_fee["takerCommissionRate"]) * 100}))
TypeError: 'NoneType' object is not subscriptable

Do you have another version that runs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant