Add description to Short strategy
This commit is contained in:
parent
2409713adc
commit
9c32f0366f
@ -16,7 +16,7 @@ namespace NinjaTrader.NinjaScript.Strategies
|
||||
{
|
||||
if (State == State.SetDefaults)
|
||||
{
|
||||
Description = @"";
|
||||
Description = @"Taken from chapter 12 of Short Term Trading Strategies That Work";
|
||||
Name = "Short Bot";
|
||||
Calculate = Calculate.OnBarClose;
|
||||
EntriesPerDirection = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user