Add penality for bad risk reward

This commit is contained in:
2025-07-18 19:19:22 +07:00
parent 259e479b18
commit cb031522b4
4 changed files with 22 additions and 3 deletions

View File

@@ -325,7 +325,8 @@ namespace Managing.Application.Backtesting
tradingBalance: config.BotTradingBalance,
startDate: candles[0].Date,
endDate: candles.Last().Date,
timeframe: config.Timeframe
timeframe: config.Timeframe,
moneyManagement: config.MoneyManagement
);
var scoringResult = BacktestScorer.CalculateDetailedScore(scoringParams);