Jared
Jared
A new command that would setup watchers and synchronize the code in a long lived process. It would give a key piece of functionality to the LEAN CLI so users...
Progress consumes multiple lines but doesn't need to; 
Port the Quantopian Lecture Series to the QC/ API/ - Deploy Lectures 1-6 Introduction to Python Boot Camp
Great plugin but it conflicts with highcharts and flot. Perhaps its an easy namespace issue? Thanks
Create a tutorial for how to do live trading with Coin API live data feed and LEAN. (Est 800 words) All tutorials should try and explain with a combination of...
A tutorial to live here: https://www.quantconnect.com/tutorials/open-source/introduction For "Deploying LEAN with Docker"
#### Expected Behavior Energy isn't countable should not use plural in shortcut. Futures.Energy.BRENT_CRUDE, #### Actual Behavior Futures.Energies.BRENT_CRUDE, Duplicate the energy shortcuts to make it backward compatible. #### Checklist - [x]...
#### Expected Behavior API SDK up to date with current models and features. #### Actual Behavior API SDK roughly 4 years old. #### Potential Solution Update the API classes (https://github.com/QuantConnect/Lean/blob/master/Api/Api.cs)....
#### Expected Behavior Call Remove Security, then Add Security should reset the assets so they trigger the same events and end up in a happy state. #### Actual Behavior -...