Skip to content

Tags: explore-n-learn/Lean

Tags

14215

Toggle 14215's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `Price` in `CoarseFundamental` (QuantConnect#6464)

* Update CoarseFundamental.cs

* Fix typo

* Add virtual/override

14214

Toggle 14214's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `Price` in `CoarseFundamental` (QuantConnect#6464)

* Update CoarseFundamental.cs

* Fix typo

* Add virtual/override

14213

Toggle 14213's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `Price` in `CoarseFundamental` (QuantConnect#6464)

* Update CoarseFundamental.cs

* Fix typo

* Add virtual/override

14207

Toggle 14207's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `Price` in `CoarseFundamental` (QuantConnect#6464)

* Update CoarseFundamental.cs

* Fix typo

* Add virtual/override

14204

Toggle 14204's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor work queue scheduling (QuantConnect#6465)

- Remove thread in charge of sorting and updating the queues weight.
  This will be handled by each worker thread instead. Avoid cases where
  the work count is so high that the sorting thread in master would not
  be able to update all the weights, causing data to be enqueued beyond
  the max prefetch limit. Adding benchmark algorithm reproducing issue

14200

Toggle 14200's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for ApiDataProvider (QuantConnect#6461)

- Avoid race condition while downloading data.
- Reused http client for downloads

14197

Toggle 14197's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Smaller live warmup history requests (QuantConnect#6455)

- Smaller live warmup history requests, will keep track of the last point
  we got from the file based enumerator and start our history enumeration from this point

14195

Toggle 14195's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added configuration parameters to Python `QCAlgorithm.History()` meth…

…od that takes custom data source type (QuantConnect#6448)

* Add new Python QCAlgorithm.History() method with all parameters and type

* Add regression algorithms

* Using all parameters in History()

* Use private methods to reuse History() code

* Use private methods to reuse History() code

* Add unit tests for QCAlgorithm.Python.History()

* Add unit tests for QCAlgorithm.Python.History()

* Add unit tests for QCAlgorithm.Python.History()

* Add unit tests for QCAlgorithm.Python.History()

* Add unit tests for QCAlgorithm.Python.History()

* Add unit tests for QCAlgorithm.Python.History()

* Asserting history count

14192

Toggle 14192's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update enum values in comments (QuantConnect#6460)

14191

Toggle 14191's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rebase org- branches on trunk (QuantConnect#6456)

- Adding github actions to automatically rebase org- branches on trunk
  when master get's a merge