cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

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.


Public Backtests (0)

View More

Community

View More

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...

2 years ago

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...

2 years ago

Ferjo started the discussion Object has no attribute 'AverageData'

Would someone please help. I keep getting object has no attribute here.

2 years ago

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...

2 years ago

Ferjo started the discussion Runtime Error

please help my code is failing here: 

2 years ago

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...

2 years ago

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...

2 years ago

Ferjo started the discussion Object has no attribute 'AverageData'

Would someone please help. I keep getting object has no attribute here.

2 years ago

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...

2 years ago

Ferjo started the discussion Runtime Error

please help my code is failing here: 

2 years ago

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

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

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...

2 years ago

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:

2 years ago