This section highlights your contributions and engagement across the QuantConnect platform — including backtests, live trades, published research, and community involvement through comments and threads. It reflects your overall activity as part of the QuantConnect community.
Ferjo started the discussion Runtime Error: 'NoneType' object has no attribute 'Volume' at OnData
def OnData(self, data): for symbol in self.stock_symbol_list: if...
Ferjo started the discussion Runtime Error: 'Equity' object has no attribute 'BidVolume' at CheckAndTrade
def CheckAndTrade(self): for symbol in self.stock_symbol_list: if...
Ferjo started the discussion Object has no attribute 'AverageData'
Would someone please help. I keep getting object has no attribute here.
Ferjo started the discussion 'Crypto' object has no attribute 'GetQuoteBar' at CheckAndTrade
Hi, would you please help with this code, ive tried different methods but cant seem to get the...
Ferjo started the discussion Runtime Error
please help my code is failing here:
Ferjo started the discussion Runtime Error: 'NoneType' object has no attribute 'Volume' at OnData
def OnData(self, data): for symbol in self.stock_symbol_list: if...
Ferjo started the discussion Runtime Error: 'Equity' object has no attribute 'BidVolume' at CheckAndTrade
def CheckAndTrade(self): for symbol in self.stock_symbol_list: if...
Ferjo started the discussion Object has no attribute 'AverageData'
Would someone please help. I keep getting object has no attribute here.
Ferjo started the discussion 'Crypto' object has no attribute 'GetQuoteBar' at CheckAndTrade
Hi, would you please help with this code, ive tried different methods but cant seem to get the...
Ferjo started the discussion Runtime Error
please help my code is failing here:
Ferjo left a comment in the discussion 'Crypto' object has no attribute 'GetQuoteBar' at CheckAndTrade
still getting error on line 35 of same code above:
Ferjo left a comment in the discussion 'Crypto' object has no attribute 'GetQuoteBar' at CheckAndTrade
I have added the above as instructed and updated the quote_bar as above but still getting the...
Ferjo left a comment in the discussion 'Crypto' object has no attribute 'GetQuoteBar' at CheckAndTrade
thank you very much, to begin with, this is the error im getting:
Ferjo left a comment in the discussion 'Crypto' object has no attribute 'GetQuoteBar' at CheckAndTrade
still getting error on line 35 of same code above:
2 years ago