Update regression algorithms stats

This commit is contained in:
Jhonathan Abreu
2024-12-18 17:21:09 -04:00
parent 56a4a2863a
commit b80ca60b47
54 changed files with 116 additions and 118 deletions
@@ -115,12 +115,12 @@ namespace QuantConnect.Algorithm.CSharp
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 66;
public long DataPoints => 61;
/// <summary>
/// Data Points count of the algorithm history
/// </summary>
public int AlgorithmHistoryDataPoints => 0;
public int AlgorithmHistoryDataPoints => 1;
/// <summary>
/// Final status of the algorithm