Add scoring message

This commit is contained in:
2025-07-17 15:57:51 +07:00
parent da48ee37ba
commit e27b4c4a76
9 changed files with 224 additions and 46 deletions

View File

@@ -60,6 +60,7 @@ public class Backtest
[Required] public double Score { get; set; }
public string RequestId { get; set; }
public object? Metadata { get; set; }
public string ScoreMessage { get; set; } = string.Empty;
/// <summary>
/// Creates a new TradingBotConfig based on this backtest's configuration for starting a live bot.