Fix volume over time
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user