Remove candle from backtest return + fix message when good backtest
This commit is contained in:
@@ -4736,7 +4736,6 @@ export interface Backtest {
|
||||
config: TradingBotConfig;
|
||||
positions: { [key: string]: Position; };
|
||||
signals: { [key: string]: LightSignal; };
|
||||
candles: Candle[];
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
statistics: PerformanceMetrics;
|
||||
|
||||
Reference in New Issue
Block a user