Remove candle from getBacktestsForUser

This commit is contained in:
2025-07-09 16:55:47 +07:00
parent b2ccd63201
commit 387948a107
7 changed files with 9 additions and 38 deletions

View File

@@ -14,7 +14,6 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections
public TradingBotConfigDto Config { get; set; }
public List<PositionDto> Positions { get; set; }
public List<SignalDto> Signals { get; set; }
public List<CandleDto> Candles { get; set; }
public DateTime StartDate { get; set; }
public DateTime EndDate { get; set; }
public MoneyManagementDto MoneyManagement { get; internal set; }