Add ticker to the UserStrategies list and set debit credit to 1 for backtest
This commit is contained in:
@@ -4502,6 +4502,7 @@ export interface UserStrategyDetailsViewModel {
|
||||
positions?: Position[] | null;
|
||||
identifier?: string;
|
||||
walletBalances?: { [key: string]: number; } | null;
|
||||
ticker?: Ticker;
|
||||
}
|
||||
|
||||
export interface PlatformSummaryViewModel {
|
||||
|
||||
Reference in New Issue
Block a user