Add genetic backtest to worker

This commit is contained in:
2025-11-09 03:32:08 +07:00
parent 7dba29c66f
commit 7e08e63dd1
30 changed files with 5056 additions and 232 deletions

View File

@@ -564,6 +564,11 @@ public static class Enums
/// <summary>
/// Genetic algorithm backtest job
/// </summary>
GeneticBacktest
GeneticBacktest,
/// <summary>
/// Genetic algorithm request processing job
/// </summary>
Genetic
}
}