Add average SLTP
This commit is contained in:
@@ -5,12 +5,12 @@ public class BacktestScorer
|
||||
// Updated weights without ProfitEfficiency
|
||||
private static readonly Dictionary<string, double> Weights = new Dictionary<string, double>
|
||||
{
|
||||
{ "GrowthPercentage", 0.30 }, // Increased weight for profitability
|
||||
{ "GrowthPercentage", 0.28 },
|
||||
{ "SharpeRatio", 0.18 },
|
||||
{ "MaxDrawdownPc", 0.15 },
|
||||
{ "HodlComparison", 0.15 },
|
||||
{ "WinRate", 0.10 },
|
||||
{ "ProfitabilityBonus", 0.07 }, // New direct profitability component
|
||||
{ "HodlComparison", 0.05 },
|
||||
{ "WinRate", 0.18 },
|
||||
{ "ProfitabilityBonus", 0.11 },
|
||||
{ "TradeCount", 0.03 },
|
||||
{ "RecoveryTime", 0.02 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user