Re-order properties in SuperBot strategy
This commit is contained in:
parent
f81d402123
commit
f3d422af79
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user