Live T-1 selection warmup (#6395)
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
* Live T-1 selection warmup - Only use BaseDataCollection class - Reuse collection enumerator - Remove FuturesChainUniverseSubscriptionEnumeratorFactory - Universe selection will use Cache providers - Add null reference check - Add more tests - Fixes for warmup fill forwarding. Add more tests * Address reviews. Add missing comments
This commit is contained in:
@@ -122,7 +122,7 @@ namespace QuantConnect.Algorithm.CSharp
|
||||
/// <summary>
|
||||
/// Data Points count of all timeslices of algorithm
|
||||
/// </summary>
|
||||
public long DataPoints => 41730;
|
||||
public long DataPoints => 39654;
|
||||
|
||||
/// <summary>
|
||||
/// Data Points count of the algorithm history
|
||||
|
||||
Reference in New Issue
Block a user