Update regression algorithms

This commit is contained in:
Jhonathan Abreu
2025-10-17 12:30:21 -04:00
parent 30c19e22a8
commit 1286294cb5
43 changed files with 208 additions and 17 deletions
@@ -88,7 +88,7 @@ namespace QuantConnect.Algorithm.CSharp
/// <summary>
/// Data Points count of the algorithm history
/// </summary>
public override int AlgorithmHistoryDataPoints => 10;
public override int AlgorithmHistoryDataPoints => 5;
/// <summary>
/// This is used by the regression test system to indicate what the expected statistics are from running the algorithm