Jared

Results 69 issues of Jared

**Expected Behavior** Run multiple QCAlgorithm with dynamic buying power allocation between them and independently managed portfolios. **Actual Behavior** Only support single algorithm instances. **Potential Solution** Multi Algorithm manager. Checklist x...

feature

#### Expected Behavior Ability to choose when universes repeat old data again (fill-forward) according to market hours. #### Actual Behavior Universes only trigger when new universe on disk. #### Potential...

feature

#### Expected Behavior UPI Reported in the portfolio summary statistics at the end of the backtest. #### Actual Behavior Not included in our summary statistics. #### Potential Solution Calculate and...

feature

#### Expected Behavior All operators work in comparing indicators. `+`, `-`, `*`, `/`. #### Actual Behavior Only `` work. The other operators require referencing `Current.Value` #### Potential Solution Explore and...

feature
indicator

#### Expected Behavior Regardless of async true or false; LEAN should respect the universe settings for scheduled universe selection. #### Actual Behavior Setting universe to async forces invoke of selection...

bug

#### Expected Behavior Calculate the downside deviation on the conclusion of a backtest -- and ideally as an optimization parameter. Add a rolling component to calculate the downside deviation on...

Inline the examples like the other pages so doesn't require linking out. Show usage of multiple properties. https://www.quantconnect.com/docs/v2/writing-algorithms/importing-data/streaming-data/custom-securities/csv-format-example https://www.quantconnect.cloud/backtest/8f24cfcf1e480923d34446501dd37d9f/?theme=chrome

We shouldn't throw unhandled exceptions if object doesn't exist. ``` lean cloud object-store list 01234567/live/config Error: 'NoneType' object is not iterable lean cloud object-store list 01234567/live/ Key Bytes Folder Filename...

bug

#### Expected Behavior Fractional US share support depends on the account not the asset type; whether fractional shares are supported should be governed by the brokerage model not the Symbol...

feature
impact-low