Documentation
Documentation copied to clipboard
QuantConnect Wiki Style Documentation Behind QuantConnect
Document in detail when OnData is called, and with what data. Getting this right is key to a developer writing a correct algo. Items that need to be covered: 1....
Providing an overall general picture of the system will help a lot to let people understand how best to code an algo. This would include: 1. Is QC single threaded....
An item that would be incredibly valuable for the documentation They did this with Windows early on and it was a gigantic help (disclaimer, I was a senior developer on...
The documentation should have a pdf version and a link to download it.
Algorithmic Trading with Equities Manually Selecting Data - The last paragraph mentions discussing changing leverage, requesting pre-market data and disabling fill-forward in the next task but these are not covered....
#### Expected Behavior To have examples of C# plotting libraries, e.g. Plotly.NET. #### Actual Behavior QuantConnect images support this library, but we haven't been able to make it work in...
#### Expected Behavior Video tutorials complement the written tutorials. #### Actual Behavior No video tutorials for backtest results analysis. #### Checklist - [x] I have completely filled out this template...
#### Description Add tutorial for `stable_baselines` RL library on [Writing Algorithm/Machine Learning](https://github.com/QuantConnect/Documentation/tree/master/02%20Writing%20Algorithms/30%20Machine%20Learning/03%20Popular%20Libraries). #### Motivation and Context Easy implementation example for users. #### Types of changes - [ ] Bug fix...
#### Expected Behavior The example algorithms in https://www.quantconnect.com/docs/v2/writing-algorithms/indicators/supported-indicators/gamma#02-Using-G-Indicator run without error. #### Actual Behavior ``` Runtime Error: 'int' object has no attribute 'Current' at OnData self.Plot("Gamma" in main.py: line 19...
#### Expected Behavior The github actions validate the image paths in the `metadata.json` files. If they are incorrect, the github action automatically fixes the path for us. #### Actual Behavior...