Add algorithm status statistic (#8095)

* First draft of the solution

* Fix bugs

* Fix bugs
This commit is contained in:
Ricardo Andrés Marino Rojas
2024-06-24 12:19:32 -05:00
committed by GitHub
parent f0d02feb13
commit 8c33536498
510 changed files with 2546 additions and 12 deletions
@@ -126,6 +126,11 @@ namespace QuantConnect.Algorithm.CSharp
/// </summary>
public int AlgorithmHistoryDataPoints => 0;
/// <summary>
/// Final status of the algorithm
/// </summary>
public AlgorithmStatus AlgorithmStatus => AlgorithmStatus.Completed;
/// <summary>
/// This is used by the regression test system to indicate what the expected statistics are from running the algorithm
/// </summary>