You can now compile your entire algorithm locally, using your local IDE, local autocomplete etc. We know you love your own setup so we've made it as easy as possible to code your strategy.

1. First go to our GITHUB account and subscribe to be notified of any changes - https://github.com/QuantConnect/

2. Then check out a copy of the QCAlgorithm Projects from the QCAlgorithm Repository: https://github.com/QuantConnect/QCAlgorithm.git

If you open QuantConnect-Git.sln you'll be able to compile the project locally, and under the Algorithm project you'll see MyAlgorithm.cs so you can start coding your strategy here!

If you'd like to make changes to the base class, or have found a bug somewhere else please let us know!

Jared

Author