Improve workers for backtests
This commit is contained in:
@@ -28,7 +28,7 @@ public interface IGeneticService
|
||||
/// <param name="maxTakeProfit">The maximum take profit percentage</param>
|
||||
/// <param name="eligibleIndicators">The list of eligible indicators</param>
|
||||
/// <returns>The created genetic request</returns>
|
||||
GeneticRequest CreateGeneticRequest(
|
||||
Task<GeneticRequest> CreateGeneticRequestAsync(
|
||||
User user,
|
||||
Ticker ticker,
|
||||
Timeframe timeframe,
|
||||
|
||||
Reference in New Issue
Block a user