Improve workers for backtests

This commit is contained in:
2025-11-10 01:44:33 +07:00
parent 97f2b8229b
commit 7e52b7a734
18 changed files with 740 additions and 144 deletions

View File

@@ -933,7 +933,7 @@ public class BacktestController : BaseController
var user = await GetUser();
// Create genetic request using the GeneticService directly
var geneticRequest = _geneticService.CreateGeneticRequest(
var geneticRequest = await _geneticService.CreateGeneticRequestAsync(
user,
request.Ticker,
request.Timeframe,