Documentation
Documentation copied to clipboard
QuantConnect Wiki Style Documentation Behind QuantConnect
[Plot Charts](https://www.quantconnect.com/docs/v2/research-environment/meta-analysis/live-analysis#05-Plot-Charts) should use `api.read_live_chart` to get the data: ```python import pandas as pd qb = QuantBook() series = api.read_live_chart(14988739, 'Strategy Equity', 0, datetime.now().timestamp(), 100).chart.series equity = {x.time:x.close for x...
## Summary The `.expiration(0, 0)` method in the Option Universe Selection filter does not select options expiring at the end of the current trading day. Instead, it selects options that...
Document new Futures and FOPs universes. See https://github.com/QuantConnect/Lean/pull/8480/ - New `FuturesChain` and `FuturesChains` methods in QCAlgorithm to fetch futures chains. These work justs as the `OptionChain` and `OptionChains` methods (see...
Almost all of the DataFrame and Series objects throughout the docs are just images. We should update them to be HTML tables so Mia can understand them better. To generate...
In the [documentation](https://www.quantconnect.com/docs/v2/writing-algorithms/charting#03-Series), the listed series types include `StackedArea`, `TreeMap`, and `HeatMap`, among others.  Some of these are already in use - for example, `StackedArea` for the Portfolio Margin...
#### Expected Behavior The Python docs consistently use the PEP8 verison of LEAN. #### Actual Behavior A lot of code snippets and text throughout the docs still use the old...
Replace for code. #### Checklist - [x] I have completely filled out this template - [x] I have confirmed that this issue exists on the current `master` branch - [x]...
The following page should show the JSON schema https://www.quantconnect.com/docs/v2/cloud-platform/live-trading/notifications#06-Webhooks It's likely the Order Model in this page: [Responses](https://www.quantconnect.com/docs/v2/cloud-platform/api-reference/live-management/read-live-algorithm/orders#03-Responses)
**Expected Behavior:** The backtesting statistics documented in the QC materials should be thoroughly described, including: - Formulas or references to academic papers to aid understanding of each statistic - When...
Inconsistent: classes should be in red/code block. https://www.quantconnect.com/docs/v2/research-environment/universes#03-Available-Universes