feat: add TradeContext, Subcategory and LastAnalyzedAt
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user