Trivial change to override DispalyName in 3-Day Trade Bot
This commit is contained in:
parent
1401a580e8
commit
46e15015e4
@ -60,5 +60,10 @@ namespace NinjaTrader.NinjaScript.Strategies
|
||||
EnterLong(LongEntry);
|
||||
}
|
||||
}
|
||||
|
||||
public override string DisplayName
|
||||
{
|
||||
get { return Name; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user