Override DisplayName in SuperBot strategy
This commit is contained in:
parent
369d4263a7
commit
733db144af
@ -73,5 +73,10 @@ namespace NinjaTrader.NinjaScript.Strategies
|
|||||||
EnterShort();
|
EnterShort();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string DisplayName
|
||||||
|
{
|
||||||
|
get { return Name; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user