Add save only for bundle backtest
This commit is contained in:
@@ -4501,6 +4501,7 @@ export interface RunBundleBacktestRequest {
|
||||
dateTimeRanges: DateTimeRange[];
|
||||
moneyManagementVariants: MoneyManagementVariant[];
|
||||
tickerVariants: Ticker[];
|
||||
saveAsTemplate: boolean;
|
||||
}
|
||||
|
||||
export interface BundleBacktestUniversalConfig {
|
||||
@@ -4693,6 +4694,7 @@ export interface UpdateBotConfigRequest {
|
||||
export interface TickerInfos {
|
||||
ticker?: Ticker;
|
||||
imageUrl?: string | null;
|
||||
name?: string | null;
|
||||
}
|
||||
|
||||
export interface SpotlightOverview {
|
||||
|
||||
Reference in New Issue
Block a user