Documentation
Documentation copied to clipboard
QuantConnect Wiki Style Documentation Behind QuantConnect
#### Expected Behavior The [Example for Profiler](https://www.quantconnect.com/docs/v2/writing-algorithms/key-concepts/debugging-tools#06-Example-for-Profiler) supports Python and C# projects. #### Actual Behavior Only supports Python. #### Checklist - [x] I have completely filled out this template -...
#### Expected Behavior Link checker verifies whether [documentation-map.json](https://github.com/QuantConnect/Documentation/blob/master/documentation-map.json) contains broken links. #### Actual Behavior Not covered. #### Checklist - [x] I have completely filled out this template - [x] I...
#### Expected Behavior - The authentication process should work smoothly with the updated key properties. - Users should be informed of the correct format when providing the private key. ####...
#### Description Update YAML for MCP Server #### Related Issue N/A #### Motivation and Context To ensure the YAML can drive the MCP Server through Pydantic models without throwing errors...
#### Description Fix typo in json documentation #### Related Issue https://github.com/QuantConnect/Documentation/issues/2114 #### Motivation and Context The change corrects a typo to improve clarity and maintain professionalism in the documentation/codebase. ####...
Double word typo and possibly incorrect word found on the following page, https://www.quantconnect.com/docs/v2/cloud-platform/organizations. "You can create new organizations and join **an** number of **exisiting existing** ones."
1. The example on the [Beta indicator reference](https://www.quantconnect.com/docs/v2/writing-algorithms/indicators/supported-indicators/beta) ``` class BetaAlgorithm(QCAlgorithm): def initialize(self) -> None: self._symbol = self.add_equity("SPY", Resolution.DAILY).symbol self.reference = self.add_equity("QQQ", Resolution.DAILY).symbol self._b = self.b(self._symbol, reference, 20) ``` has...
Under [Project > Workflow]( https://www.quantconnect.com/docs/v2/lean-cli/projects/workflows), add a Unit Test section.
If we add examples to all Hugging Face models, we will help members to use them without struggling with the model's documentation.
### Issue Description I encountered a JSON parsing error when trying to open the "00 Kalman Filters and Statistical Arbitrage.ipynb" file located in the "04 Research Environment/12 Applying Research/05 Kalman...