feat: add TradeContext, Subcategory and LastAnalyzedAt

This commit is contained in:
Richard
2026-07-05 18:56:18 +02:00
parent 8f6bce23f3
commit c38b4d498f
9 changed files with 1185 additions and 2 deletions
@@ -64,6 +64,9 @@ public class Trader
/// <summary>When the AI strategy summary was last updated.</summary>
public DateTime? AiStrategyUpdatedAt { get; set; }
/// <summary>When the TraderAnalyticsWorker last performed a deep dive on this trader.</summary>
public DateTime? LastAnalyzedAt { get; set; }
/// <summary>Total number of trades tracked.</summary>
public int TotalTrades { get; set; }