Add volume history to platform summary
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user