Push merge conflict
This commit is contained in:
@@ -82,7 +82,6 @@ public class Backtest
|
||||
Timeframe = Config.Timeframe,
|
||||
IsForWatchingOnly = false, // Always start as active bot
|
||||
BotTradingBalance = initialTradingBalance,
|
||||
BotType = Config.BotType,
|
||||
IsForBacktest = false, // Always false for live bots
|
||||
CooldownPeriod = Config.CooldownPeriod,
|
||||
MaxLossStreak = Config.MaxLossStreak,
|
||||
@@ -117,7 +116,6 @@ public class Backtest
|
||||
Timeframe = Config.Timeframe,
|
||||
IsForWatchingOnly = Config.IsForWatchingOnly,
|
||||
BotTradingBalance = balance,
|
||||
BotType = Config.BotType,
|
||||
IsForBacktest = true,
|
||||
CooldownPeriod = Config.CooldownPeriod,
|
||||
MaxLossStreak = Config.MaxLossStreak,
|
||||
|
||||
Reference in New Issue
Block a user