fix backtest credit

This commit is contained in:
2025-07-31 20:58:37 +07:00
parent 857ca348ba
commit 5fabfbfadd
2 changed files with 21 additions and 21 deletions

View File

@@ -99,6 +99,7 @@ namespace Managing.Application.Backtesting
try
{
var candles = GetCandles(config.Ticker, config.Timeframe, startDate, endDate);
throw new Exception();
return await RunBacktestWithCandles(config, candles, user, save, withCandles, requestId, metadata);
}
catch (Exception ex)