diff --git a/src/Managing.Application/Bots/TradingBotBase.cs b/src/Managing.Application/Bots/TradingBotBase.cs index 6ee0b302..3ac6fa91 100644 --- a/src/Managing.Application/Bots/TradingBotBase.cs +++ b/src/Managing.Application/Bots/TradingBotBase.cs @@ -2088,10 +2088,10 @@ public class TradingBotBase : ITradingBot $"Bot trading balance must be greater than {Constants.GMX.Config.MinimumPositionAmount}"); } - if (string.IsNullOrEmpty(newConfig.AccountName)) - { - throw new ArgumentException("Account name cannot be null or empty"); - } + // if (string.IsNullOrEmpty(newConfig.AccountName)) + // { + // throw new ArgumentException("Account name cannot be null or empty"); + // } if (newConfig.Scenario == null) {