Re-order properties in SuperBot strategy

This commit is contained in:
moshferatu 2025-01-03 08:52:48 -08:00
parent f81d402123
commit f3d422af79

View File

@ -13,8 +13,8 @@ namespace NinjaTrader.NinjaScript.Strategies
{ {
if (State == State.SetDefaults) if (State == State.SetDefaults)
{ {
Description = @"Bot based on John F. Ehlers' SuperSmoother";
Name = "SuperBot"; Name = "SuperBot";
Description = @"Strategy based on John F. Ehlers' SuperSmoother";
Calculate = Calculate.OnBarClose; Calculate = Calculate.OnBarClose;
EntriesPerDirection = 1; EntriesPerDirection = 1;
} }