Update regression algorithms stats and minor fixes

This commit is contained in:
Jhonathan Abreu
2024-07-09 10:30:25 -04:00
parent 96d86a3c63
commit ec70efe915
4 changed files with 5 additions and 5 deletions
@@ -106,7 +106,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