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)
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user