PDA

View Full Version : Displaying name for indicators


blarouche
01-25-2010, 07:19 AM
With Ninja 6.5 I used to write that :

[Gui.Design.DisplayName("MyIndicator")]

to show a different name on the Indicators window...

It doesn't seem to work with Ninja 7

Is there something I can do to get the same functionality with NT7


Bernard

NinjaTrader_Josh
01-25-2010, 08:03 AM
Bernard,

Please try Name = "some string"; in Initialize().

blarouche
01-25-2010, 08:12 AM
Got it!


Many Thanks Josh



Bernard