Update regression algorithm stats

This commit is contained in:
Jhonathan Abreu
2024-07-08 16:29:03 -04:00
parent b9f4cb87e3
commit dfd4f54e3f
51 changed files with 75 additions and 63 deletions
@@ -87,7 +87,7 @@ namespace QuantConnect.Algorithm.CSharp
/// <summary>
/// Data Points count of the algorithm history
/// </summary>
public int AlgorithmHistoryDataPoints => 0;
public int AlgorithmHistoryDataPoints => 1;
/// <summary>
/// Final status of the algorithm