I'm trying to build a "Hello, World" Alpha Stream, just so I can see how it works. I'm getting an error saying "Sorry, this backtest does not use the algorithm framework."
What do I need to do to a project to make it eligible to submit as an alpha stream? I don't see a way to create a "New Alpha Streams project" or anything like that in the IDE.
Derek Tishler
Here are some recently committed examples which show how to extend QCAlgorithmFramework and add the requisite framework models:
Basic template framework algorithm in c#
Basic template framework algorithm in python
Jeremy Bowen
Exactly what I needed, thanks so much! Is this all documented somewhere? I figured something like this must exist, but when I go to the Alpha Streams section, can't find documentation like this anywhere.
Jared Broad
Glad you're interested Jeremy! We haven't put in documentation yet but we're getting there. We haven't announced it widely to community yet but will put docs in place this week then email community.
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Derek Tishler
C# also has a coarse example in the Github. You can also explore the Framework source(linked below) to see how each part of the model is expendable in c# and get more of a feel for the new system as it rolls out:
Andrew Kamal
Derek Tishler I am a bit new, but when it says "Sorry, this backtest does not use the algorithm framework.", how do you add the algorithm framework to your currently exciting algorithm?
Michael Manus
Please use the "Support" tab on the left side inside the Algorithm Lab and send it to the support with the error message.
Or write the staff: support@quantconnect.com
Jing Wu
Hi Andrew,
You should follow the alpha framework to develop your alpha algorithm. Please check this simple example with the default module to get started
You could create your own custom modules.
Jeremy Bowen
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!