We are pioneering the radical future for open-source quant finance. QuantConnect is the world's largest quant community, empowering 220,000 quants with a framework, data, and infrastructure for their investments.
Red started the discussion How Do I Access MorningStar Data?
I'm trying to access a property of MorningStar in my Universe Selection.However, I get the...
Red started the discussion Both self.Debug and Debugger not working
I'm trying to debug and see what exactly slice looks like in the OnData method of the...
Red started the discussion QCAlgorithm' object has no attribute 'histories'
I’d like to access history of symbols in my Alpha Model.
Red started the discussion Filter by 30-Day Average Volume?
I'd like to filter my Universe by the 30-day Average Volume.Right now I am just using the Volume...
Red started the discussion Get data every minute?
I'd like to get data every minute in the OnData() method.I already figured out if I do
Red started the discussion How Do I Access MorningStar Data?
I'm trying to access a property of MorningStar in my Universe Selection.However, I get the...
Red started the discussion Both self.Debug and Debugger not working
I'm trying to debug and see what exactly slice looks like in the OnData method of the...
Red started the discussion QCAlgorithm' object has no attribute 'histories'
I’d like to access history of symbols in my Alpha Model.
Red started the discussion Filter by 30-Day Average Volume?
I'd like to filter my Universe by the 30-day Average Volume.Right now I am just using the Volume...
Red started the discussion Get data every minute?
I'd like to get data every minute in the OnData() method.I already figured out if I do
Red started the discussion Get Institutional Buying?
Is there a way I can get the percentage in the past X months of institutional and/or insider buying...
Red left a comment in the discussion Filter by 30-Day Average Volume?
Wow, thanks for the working example. And this makes sense, thank you.
Red left a comment in the discussion QCAlgorithm' object has no attribute 'histories'
Anyway I created a module SharedState.py that holds shared state. It's namespaced, so it achieves...
Red left a comment in the discussion QCAlgorithm' object has no attribute 'histories'
Hi Alexandre Catarino ,Thanks for your answer; this demystifies the error. I just have a few...
Red left a comment in the discussion QCAlgorithm' object has no attribute 'histories'
I also tried declaring the dictionary before the calling of the Universe. But same error as above.
Red left a comment in the discussion Both self.Debug and Debugger not working
I also tried the following, since I read in Docs that it's a dictionary:
Red left a comment in the discussion Get data every minute?
Hi @louis-szeto_1 thanks for the answer.
3 years ago