Remove candle from backtest return + fix message when good backtest

This commit is contained in:
2025-11-14 20:49:02 +07:00
parent b4005a2d1e
commit 6d661f459e
7 changed files with 30 additions and 69 deletions

View File

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