Fix volume over time

This commit is contained in:
2025-10-18 13:48:12 +07:00
parent 8170052fd7
commit 76b5036703
2 changed files with 47 additions and 19 deletions

View File

@@ -621,11 +621,6 @@ public class BacktestController : BaseController
// Calculate total number of backtests
var totalBacktests = request.DateTimeRanges.Count * request.MoneyManagementVariants.Count * request.TickerVariants.Count;
if (totalBacktests > 100)
{
return BadRequest("Maximum of 100 backtests allowed per bundle request");
}
try
{
var user = await GetUser();