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