Update config
This commit is contained in:
@@ -277,7 +277,10 @@ public class StatisticService : IStatisticService
|
||||
CooldownPeriod = 1,
|
||||
MaxLossStreak = 0,
|
||||
FlipPosition = false,
|
||||
Name = "StatisticsBacktest"
|
||||
Name = "StatisticsBacktest",
|
||||
FlipOnlyWhenInProfit = true,
|
||||
MaxPositionTimeHours = null,
|
||||
CloseEarlyWhenProfitable = false
|
||||
};
|
||||
|
||||
var backtest = await _backtester.RunScalpingBotBacktest(
|
||||
|
||||
Reference in New Issue
Block a user