Update bundle backtests

This commit is contained in:
2025-10-12 15:42:38 +07:00
parent 5acc77650f
commit 32ac342a20
7 changed files with 40 additions and 48 deletions

View File

@@ -9,12 +9,6 @@ namespace Managing.Domain.Backtests;
/// </summary>
public class BundleBacktestUniversalConfig
{
/// <summary>
/// The account name to use for all backtests
/// </summary>
[Required]
public string AccountName { get; set; } = string.Empty;
/// <summary>
/// The timeframe for trading decisions
/// </summary>