Derek Melchin

Results 106 issues of Derek Melchin

When deploying with the Atreyu brokerage on QuantConnect.com, we can set an existing cash and holdings state. The process is documented [here](https://www.quantconnect.com/docs/v2/our-platform/tutorials/live-trading/brokerages/atreyu#02-Deploy). When deploying with the CLI, we are not...

#### Expected Behavior The Bokeh library is still supported #### Actual Behavior The Bokeh is no longer supported. #### Potential Solution Add back support for Bokeh #### Reproducing the Problem...

library-request

#### Expected Behavior If we make a history request for a dataset that uses BaseCollection, the DataFrame has columns for each data property. #### Actual Behavior If we make a...

#### Expected Behavior We have an OptionStrategy definition for each Option strategy. #### Actual Behavior We are missing the following Option strategies: - Call back spread - Put back spread...

feature
depth

#### Expected Behavior We can use the debugger to debug custom C# and Python (PythonData) classes. #### Actual Behavior We can debug custom C# classes, but not PythonData classes. ####...

bug

#### Expected Behavior If we create a time period consolidator to create x-minute bars, the x-minute slices start at midnight. #### Actual Behavior If we create a time period consolidator...

#### Expected Behavior We can run basic Futures algorithms without errors. #### Actual Behavior We get > Error invoking SI UNT495KXTPR1 data reader. Line: 1 Error: Index was outside the...

bug
data-integrity

#### Description Add PyObject overload to ETFConstituentsUniverseSelectionModel #### Related Issue #6562 #### Motivation and Context So we can use the C# implementation of the model in a Python algorithm. ####...

#### Expected Behavior Futures contracts are added and removed from the universe based on the `SetFilter` arguments. #### Actual Behavior Futures contracts can sometimes be added and removed from the...

bug
data-integrity

#### Expected Behavior If we set the start date after the end date in a notebook, we get an exception ``` qb = QuantBook() qb.SetEndDate(1998, 2, 1) qb.SetStartDate(2022, 2, 1)...

bug