Value
<< Click to Display Table of Contents >> Value |
The value an optimization would be calculating against when using this Optimization Fitness.
A double value.
Value
protected override void OnCalculatePerformanceValue(StrategyBase strategy) { Value = strategy.SystemPerformance.AllTrades.TradesPerformance.Percent.Drawdown; } |