Hello, I am looking for a way that a strategy, composed of several indicators, does not show the names of the indicators. That is, when I load the strategy, formed for example by 3 EMA, in the indicator box the 3 ema appear. Is there a way to not show them in loaded indicators? Thank you
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Hide indicators name on strategy
Collapse
X
-
Hide indicators name on strategy
Hello, I am looking for a way that a strategy, composed of several indicators, does not show the names of the indicators. That is, when I load the strategy, formed for example by 3 EMA, in the indicator box the 3 ema appear. Is there a way to not show them in loaded indicators? Thank youTags: None
-
you can overwrite the name. you would have found that if you had searched for it ;-)
Code:public override string DisplayName { get { return "My Custom Display " + Name; } }
-
Hi,
i share an example. a simple strategy to explain what i need. the strategy has 2 EMA, so, when i load the strategy appears as indicators theese two EMAs with their periods. What i need is dont show on indicators EMA name and periods.
Is it possible?
Thanks
1 Photo
Comment
-
Hello manueldecastro,
Thanks for your post.
Something you could consider is using AddPlot() in the strategy and assigning the indicator value to the plot. It would not be possible to hide indicators that are added with AddChartIndicator().
See this help guide documentation for more information about AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
67 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
202 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
366 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
284 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment