Add metadata to backtest

This commit is contained in:
2025-07-11 17:56:03 +07:00
parent c62570e15d
commit 47ef0cf2d5
8 changed files with 49 additions and 16 deletions

View File

@@ -3290,6 +3290,7 @@ export interface Backtest {
indicatorsValues: { [key in keyof typeof IndicatorType]?: IndicatorsResultBase; };
score: number;
requestId?: string | null;
metadata?: any | null;
}
export interface TradingBotConfig {

View File

@@ -237,6 +237,7 @@ export interface Backtest {
indicatorsValues: { [key in keyof typeof IndicatorType]?: IndicatorsResultBase; };
score: number;
requestId?: string | null;
metadata?: any | null;
}
export interface TradingBotConfig {