8000 Tags · keel1982/Lean · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: keel1982/Lean

Tags

10776

Toggle 10776's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor IPrimaryExchangeProvider.GetPrimaryExchange (QuantConnect#5302)

* Refactor IPrimaryExchangeProvider.GetPrimaryExchange 

now it returns a PrimaryExchange instead of a string

* Update MapFilePrimaryExchangeProvider.cs

Co-authored-by: Martin-Molinero <martin@quantconnect.com>

10775

Toggle 10775's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor IPrimaryExchangeProvider.GetPrimaryExchange (QuantConnect#5302)

* Refactor IPrimaryExchangeProvider.GetPrimaryExchange 

now it returns a PrimaryExchange instead of a string

* Update MapFilePrimaryExchangeProvider.cs

Co-authored-by: Martin-Molinero <martin@quantconnect.com>

10774

Toggle 10774's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes calculation of rolling/series graphs to use EOD equity (Quant…

…Connect#5303)

* To maintain consistency between calculations, we will use
    the end of day equity value to calculate the returns per day.
    This fixes a bug where daily equity series would zero out and result
    in an exception being thrown since no elements were being passed to
    the Sharpe calculation.

10773

Toggle 10773's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes calculation of rolling/series graphs to use EOD equity (Quant…

…Connect#5303)

* To maintain consistency between calculations, we will use
    the end of day equity value to calculate the returns per day.
    This fixes a bug where daily equity series would zero out and result
    in an exception being thrown since no elements were being passed to
    the Sharpe calculation.

10772

Toggle 10772's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes calculation of rolling/series graphs to use EOD equity (Quant…

…Connect#5303)

* To maintain consistency between calculations, we will use
    the end of day equity value to calculate the returns per day.
    This fixes a bug where daily equity series would zero out and result
    in an exception being thrown since no elements were being passed to
    the Sharpe calculation.

10766

Toggle 10766's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes calculation of rolling/series graphs to use EOD equity (Quant…

…Connect#5303)

* To maintain consistency between calculations, we will use
    the end of day equity value to calculate the returns per day.
    This fixes a bug where daily equity series would zero out and result
    in an exception being thrown since no elements were being passed to
    the Sharpe calculation.

10758

Toggle 10758's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tradier Brokerage updates (QuantConnect#5265)

* Tradier brokerage updates

- Removed old authentication code (refresh tokens) and settings
- Added "tradier-use-sandbox" config setting

* Fix brokerage unit tests

* Update Tradier config.json settings

* Add sandbox check in Subscribe

* Bug fixes + unit test updates

* Trigger build

* Fix Tradier fee model

* Address review

10754

Toggle 10754's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Calculate more report elements using LiveResult data in report genera…

…tor (QuantConnect#5300)

* Calculate PSR for live algorithms in report generator

* Use live series for calculating of CAGR, Max DD, and PSR

  * Removes Kelly Estimate from report and template.html

* Update template.html

* Rolling Beta bug fix when using daily data

  * Max drawdown output as percent

* Make days live report element use equity curve last day instead of today

Co-authored-by: Jared <jaredbroad@gmail.com>

10753

Toggle 10753's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Calculate more report elements using LiveResult data in report genera…

…tor (QuantConnect#5300)

* Calculate PSR for live algorithms in report generator

* Use live series for calculating of CAGR, Max DD, and PSR

  * Removes Kelly Estimate from report and template.html

* Update template.html

* Rolling Beta bug fix when using daily data

  * Max drawdown output as percent

* Make days live report element use equity curve last day instead of today

Co-authored-by: Jared <jaredbroad@gmail.com>

10749

Toggle 10749's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add check for new deployments to DaysLiveReportElement (QuantConnect#…

…5299)

* This fixes a potential exception thrown when trying to access the
    first element of the Live equity series, when no equity series
    exists.
0