Derek Melchin

Results 106 issues of Derek Melchin

#### Expected Behavior The MeanVarianceOptimizationPortfolioConstructionModel uses ScaledRaw data and resets/warms-up indicators when corporate actions occur. #### Actual Behavior The MeanVarianceOptimizationPortfolioConstructionModel uses adjusted data and doesn't reset/warm-up indicators when corporate actions...

framework

#### Expected Behavior Lean has built-in indicators for IV and Greeks. Here are the inputs to calculating each indicator: - Implied Volatility - The market price of the option. -...

feature
impact-high

#### Expected Behavior Lean has a built-in indicator to compute the Rachev Ratio #### Actual Behavior Not implemented #### Potential Solution Add the Rachev Ratio indicator #### Reproducing the Problem...

feature
indicator

#### 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...

#### Expected Behavior - The link checker flags links that point to issues on QC github repos that are closed. If the GH issue is not open, it's a broken...

#### Expected Behavior The **Example Applications** section of the dataset listings have an example algorithm for Python and C#. Only one of the example algorithms should display (waiting on UX...

#### Expected Behavior The ML tutorials [here](https://www.quantconnect.com/docs/v2/writing-algorithms/machine-learning/popular-libraries) provide educational material on how to use all three learning paradigms: supervised, unsupervised, and reinforcement learning. Each example is unique and informative. ####...

impact-high

#### Expected Behavior The brokerage repo readmes ([example](https://github.com/QuantConnect/Lean.Brokerages.Coinbase/blob/master/README.md)) have up-to-date information and all links are functional #### Actual Behavior These brokerage repo readmes fall out-of-date over time. For example, one...

impact-medium

#### Expected Behavior This code snippet ``` map_file_provider = LocalZipMapFileProvider() map_file_provider.Initialize(DefaultDataProvider()) ``` includes `from CLRImports import *` The script should run in the `bin` folder where we compile the files...