Add BacktestCount

This commit is contained in:
2025-10-01 13:01:03 +07:00
parent 3e680ab815
commit 06850b57c4
14 changed files with 1571 additions and 9 deletions

View File

@@ -57,6 +57,11 @@ namespace Managing.Api.Models.Responses
/// Total fees paid by this agent across all positions
/// </summary>
public decimal TotalFees { get; set; }
/// <summary>
/// Total number of backtests run by this agent
/// </summary>
public int BacktestCount { get; set; }
}
/// <summary>