Address peer review

This commit is contained in:
Jhonathan Abreu
2025-11-06 18:02:53 -04:00
parent b5cb461e7d
commit d9a5da80fb
78 changed files with 105 additions and 87 deletions
@@ -113,7 +113,7 @@ namespace QuantConnect.Algorithm.CSharp
/// <summary>
/// Data Points count of the algorithm history
/// </summary>
public override int AlgorithmHistoryDataPoints => 1;
public override int AlgorithmHistoryDataPoints => 2;
/// <summary>
/// This is used by the regression test system to indicate which languages this algorithm is written in.