Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

QuantConnect Wiki Style Documentation Behind QuantConnect

Results 156 Documentation issues
Sort by recently updated
recently updated
newest added

#### Expected Behavior We document the maximum lookback for history requests and warm-up from each data feed. If the API has information, we link to it (since it may change)....

#### Expected Behavior The pandas documentation provides many examples and the expected output to make understanding their API easier. For example, see the Examples section on https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.merge.html. Our docs should...

#### Expected Behavior We document the changes from https://github.com/QuantConnect/Lean/pull/7269 and https://github.com/QuantConnect/Lean/pull/7304 - [Call Calendar Spread](https://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/option-strategies/call-calendar-spread) utilizes `ShortCallCalendarSpread` - [Put Calendar Spread](https://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/option-strategies/put-calendar-spread) utilizes `ShortPutCalendarSpread` #### Actual Behavior Undocumented #### Checklist -...

#### Expected Behavior We document the changes from https://github.com/QuantConnect/Lean/pull/7302 - [Call Butterfly](https://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/option-strategies/call-butterfly) uses the `ButterflyCall` and `ShortButterflyCall` methods. - [Put Butterfly](https://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/option-strategies/put-butterfly) uses the `ButterflyPut` and `ShortButterflyPut` methods. #### Actual Behavior...

#### Expected Behavior We document a reliable way to perform universe selection and rebalancing on a monthly basis in framework algorithms. The docs explain that the universe selection model's constructor...

#### Expected Behavior Meta descriptions don't exceed 150 characters and don't include html tags #### Actual Behavior Some descriptions in the Supported Indicators pages exceed the character limit and include...

#### Desired Behavior - Summarize the top 30 points of the API / group by subject - Write into a document with the text of each. - Create a design...

#### Expected Behavior The Debugging with PyCharm tutorial teaches how to debug Python algorithms. #### Actual Behavior The tutorial might be outdate. See https://github.com/QuantConnect/Documentation/issues/958 for Rider, another JetBrains IDE. ####...

User requests to include why cookies are necessary for the VSCode environment. [cloud-platform/projects/ide](https://www.quantconnect.com/docs/cloud-platform/projects/ide) section of the documentation. #### Checklist - [x] I have completely filled out this template - [x]...

#### Expected Behavior - Being able to use Julia in python algorithms #### Actual Behavior Custom docker file steps should be ``` # Install Julia RUN wget -q https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.8.5-linux-x86_64.tar.gz &&...