Add volume history to platform summary

This commit is contained in:
2025-08-15 21:27:07 +07:00
parent 4292e9e02f
commit b4f6dc871b
8 changed files with 67 additions and 1 deletions

View File

@@ -4588,6 +4588,7 @@ export interface TopStrategiesViewModel {
export interface StrategyPerformance {
strategyName?: string | null;
pnL?: number;
agentName?: string | null;
}
export interface TopStrategiesByRoiViewModel {
@@ -4661,6 +4662,7 @@ export interface AgentSummaryViewModel {
losses?: number;
activeStrategiesCount?: number;
totalVolume?: number;
totalBalance?: number;
}
export enum SortableFields {