We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am trying to execute this project and get the following error on all of the strategies.
Any Idea how this could be fixed?
Thanks!
The text was updated successfully, but these errors were encountered: