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

Binance Candles feed no consumer attribute #4

Open
manukyanv07 opened this issue Oct 8, 2023 · 0 comments
Open

Binance Candles feed no consumer attribute #4

manukyanv07 opened this issue Oct 8, 2023 · 0 comments

Comments

@manukyanv07
Copy link

manukyanv07 commented Oct 8, 2023

Hi, I am trying to execute this project and get the following error on all of the strategies.

lstmstrategy2 | 2023-10-08 17:59:16,926 INFO BinanceExchange - _spot_client: Init binance client, url: https://testnet.binance.vision, key: ***HQP, secret: ***N7p
lstmstrategy2 | Traceback (most recent call last):
lstmstrategy2 | File "./App.py", line 184, in
lstmstrategy2 | App().run()
lstmstrategy2 | File "./App.py", line 168, in run
lstmstrategy2 | self.strategy.run()
lstmstrategy2 | File "/pytrade2/strategy/common/PredictBidAskStrategyBase.py", line 84, in run
lstmstrategy2 | self.candles_feed.consumers.append(self)
lstmstrategy2 | AttributeError: 'BinanceCandlesFeed' object has no attribute 'consumers'

Any Idea how this could be fixed?

Thanks!

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