Add enum for Selection method
This commit is contained in:
@@ -306,9 +306,6 @@ public class BacktestController : BaseController
|
||||
request.MaxTakeProfit,
|
||||
request.EligibleIndicators);
|
||||
|
||||
// TODO: Trigger background genetic algorithm execution
|
||||
// This will be implemented in the next step with a background service
|
||||
|
||||
return Ok(geneticRequest);
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user