I remove label of my strategy, and all indicators.. but only the label of strategy was removed, the label of indicators still showing...
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Remove Label
Collapse
X
-
Remove Label
Hi, how can I remove the label of my chart strategy??
I remove label of my strategy, and all indicators.. but only the label of strategy was removed, the label of indicators still showing...Tags: None
-
Hello marcos_vitorino,
Thank you for your post.
The indicator's labels will remain even when we change the Label of the strategy. This has been requested for change in the past and I will forward your inquiry as a vote for this change to allow the indicator Label to be hidden when the strategy Label is hidden.
An indicator's Label will always show as it's own. If we add it to the chart then it will show it's Label unless we change that Label in the indicator's code directly. Which of course cannot be done for the pre-loaded indicators with out editing them which is not recommended.
Please let me know if you have any questions.
-
Hi,Originally posted by marcos_vitorino View PostHi, how can I remove the label of my chart strategy??
I remove label of my strategy, and all indicators.. but only the label of strategy was removed, the label of indicators still showing...
I discover how remove Labels on chart strategy...
1. On strategy parameter remover text label...
2. On your script for example if you user PSAR, just add Name = "";
see all script to PSAR indicator...
ParabolicSAR1 = ParabolicSAR(Close, PsarAcceleration, PsarAccelerationMax, PsarAccelerationStep);
ParabolicSAR1.Plots[0].Brush = Brushes.Goldenrod;
ParabolicSAR1.Plots[0].PlotStyle = PlotStyle.Hash;
ParabolicSAR1.Name = "";
AddChartIndicator(ParabolicSAR1);Last edited by marcos_vitorino; 01-28-2018, 06:40 AM.
- Likes 2
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
65 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
36 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
199 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
365 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
283 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment