Add penality for bad risk reward
This commit is contained in:
@@ -688,7 +688,8 @@ namespace Managing.Application.Tests
|
||||
tradingBalance: config.BotTradingBalance,
|
||||
startDate: backtestResult.StartDate,
|
||||
endDate: backtestResult.EndDate,
|
||||
timeframe: config.Timeframe
|
||||
timeframe: config.Timeframe,
|
||||
moneyManagement: config.MoneyManagement
|
||||
);
|
||||
|
||||
var scenarioResult = new ScenarioBacktestResult
|
||||
|
||||
Reference in New Issue
Block a user