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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
54 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
72 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment