diff --git a/strategies/super-bot/SuperBot.cs b/strategies/super-bot/SuperBot.cs index ad220f6..4b37a30 100644 --- a/strategies/super-bot/SuperBot.cs +++ b/strategies/super-bot/SuperBot.cs @@ -13,8 +13,8 @@ namespace NinjaTrader.NinjaScript.Strategies { if (State == State.SetDefaults) { - Description = @"Bot based on John F. Ehlers' SuperSmoother"; Name = "SuperBot"; + Description = @"Strategy based on John F. Ehlers' SuperSmoother"; Calculate = Calculate.OnBarClose; EntriesPerDirection = 1; }