Update bundle backtests
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user