Tags: explore-n-learn/Lean
Tags
Add `Price` in `CoarseFundamental` (QuantConnect#6464) * Update CoarseFundamental.cs * Fix typo * Add virtual/override
Add `Price` in `CoarseFundamental` (QuantConnect#6464) * Update CoarseFundamental.cs * Fix typo * Add virtual/override
Add `Price` in `CoarseFundamental` (QuantConnect#6464) * Update CoarseFundamental.cs * Fix typo * Add virtual/override
Add `Price` in `CoarseFundamental` (QuantConnect#6464) * Update CoarseFundamental.cs * Fix typo * Add virtual/override
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
Fix for ApiDataProvider (QuantConnect#6461) - Avoid race condition while downloading data. - Reused http client for downloads
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
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
Rebase org- branches on trunk (QuantConnect#6456) - Adding github actions to automatically rebase org- branches on trunk when master get's a merge
PreviousNext