Add save only for bundle backtest

This commit is contained in:
2025-10-21 16:38:51 +07:00
parent d144ae73ca
commit af08462e59
7 changed files with 120 additions and 45 deletions

View File

@@ -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 {

View File

@@ -676,6 +676,7 @@ export interface RunBundleBacktestRequest {
dateTimeRanges: DateTimeRange[];
moneyManagementVariants: MoneyManagementVariant[];
tickerVariants: Ticker[];
saveAsTemplate: boolean;
}
export interface BundleBacktestUniversalConfig {
@@ -868,6 +869,7 @@ export interface UpdateBotConfigRequest {
export interface TickerInfos {
ticker?: Ticker;
imageUrl?: string | null;
name?: string | null;
}
export interface SpotlightOverview {