Derek Melchin

Results 106 issues of Derek Melchin

#### Expected Behavior When a futures contract rollover occurs, the old symbol is in `portfolio` and the new symbol is in `securities`. #### Actual Behavior Sometimes the old symbol isn't...

bug

#### Expected Behavior `self.date_rules.year_start` exists #### Actual Behavior The longest period for date rules is currently monthly. #### Potential Solution N/A #### Reproducing the Problem N/A #### System Information N/A...

feature
good first issue
depth

#### Expected Behavior When we create a custom chart, we can define the y-axis label. #### Actual Behavior The y-axis label is automatically assigned as one of the series names....

feature
depth

#### Expected Behavior The IB brokerage model only allows MOO and MOC for Stock, Futures, Warrants, not CFD/Forx/Options. See their docs: - https://www.interactivebrokers.com/en/trading/orders/moc.php - https://www.interactivebrokers.com/en/trading/orders/moo.php #### Actual Behavior ![image](https://github.com/QuantConnect/Lean/assets/38889814/c3cef1e9-e2e4-42b9-b6e3-5eea61ec3c44) ####...

bug

#### Expected Behavior When we call one of the OptionStrategies functions, if it can't find the selected contracts in the OptionChain, it throws an error message. #### Actual Behavior It...

#### Expected Behavior If we deploy an algorithm with an IB account ID, LEAN loads only the capital from that account ID. #### Actual Behavior LEAN loads the capital from...

bug

#### Expected Behavior `universe_history` respects the universe schedule #### Actual Behavior `universe_history` doesn't respect the universe schedule #### Potential Solution N/A #### Reproducing the Problem ``` qb = QuantBook() def...

bug
depth

#### Expected Behavior We can `import cvxpy` in the research environment without error. #### Actual Behavior > CVXPY) Jun 26 02:46:45 PM: Encountered unexpected exception importing solver GLOP: RuntimeError('Unrecognized new...

bug
library-request

#### Expected Behavior The following tutorials have an embedded backtest at the bottom so members can reproduce the example - Long iron condor - Short iron condor - Long iron...

#### Expected Behavior IndicatorHistory supports IndicatorExtensions #### Actual Behavior IndicatorHistory doesn't support IndicatorExtensions [Related issue](https://github.com/QuantConnect/Lean/issues/6708) #### Potential Solution N/A #### Reproducing the Problem https://www.quantconnect.com/terminal/processCache?request=embedded_backtest_2516af7a33714edbb871c122fc8e0289.html #### System Information QC Cloud ####...