====== Optimizer ====== Optimizer settings control post-generation optimization behavior. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Optimizer ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; enable_optimizer = false numeric_values_steps = 20 optimize_protections = false ; Search the best strategy by: ; NetBalance, Profit, ProfitFactor, ReturnToDrawdown, RSquared, Stagnation, WinLossRatio optimize_by = Profit ===== Notes ===== * Set ''enable_optimizer = true'' to run optimization. * ''numeric_values_steps'' controls numeric parameter step count. * ''optimize_protections'' enables optimization for protection settings. * ''optimize_by'' uses the same metric set as ''sort_by'' in Collection settings. ===== Example profile ===== enable_optimizer = true numeric_values_steps = 30 optimize_protections = true optimize_by = ReturnToDrawdown