Update regression algorithms

This commit is contained in:
Jhonathan Abreu
2025-10-17 10:58:41 -04:00
parent 0678de396d
commit 30c19e22a8
24 changed files with 62 additions and 99 deletions
@@ -56,9 +56,6 @@ namespace QuantConnect.Algorithm.CSharp
var future = AddFuture(Futures.Indices.HangSeng, Resolution);
future.SetFilter(TimeSpan.Zero, TimeSpan.FromDays(182));
_futureSymbol = future.Symbol;
var seeder = new FuncSecuritySeeder(GetLastKnownPrices);
SetSecurityInitializer(security => seeder.SeedSecurity(security));
}
/// <summary>