I have 10 indicators 9 of it is a source of my data series of my main indicator. What I want is to hide the other indicators in the list because it is annoying, I search everywhere and I could not find the answer, I read the post of other member since it was a long ago and I hope New NT has it already.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Hiding Indicator in the list
Collapse
X
-
Hiding Indicator in the list
Hi!
I have 10 indicators 9 of it is a source of my data series of my main indicator. What I want is to hide the other indicators in the list because it is annoying, I search everywhere and I could not find the answer, I read the post of other member since it was a long ago and I hope New NT has it already.Last edited by Danville.Sumobay; 02-08-2014, 08:28 AM.Tags: None
-
You could put a Z In the first part of their name and that will force them to the end of the list.
You could also try moving to the other folder in the sub directories.
Originally posted by Danville.Sumobay View PostHi!
I have 10 indicators 9 of it is a source of my data series of my main indicator. What I want is to hide the other indicators in the list because it is annoying, I search everywhere and I could not find the answer, I read the post of other member since it was a long ago and I hope New NT has it already.
-
Hello Danville.Sumobay,
There is not a way to hide an Indicator from the List. You can change the name of the indicator or "Name" property but it will still be on the list.
For example:
You may do something like that above and it will override the name of the List but you will still see an empty space at the top of the Indicators list.Code:protected override void Initialize() { Name=""; }
Moving the files to a different location will cause NinjaTrader not to be able to use them.
A question I guess is why are you using 9 indicator inside of 1? Could you combined them into one Indicator?JCNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
311 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment