Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Hiding Indicators
Collapse
X
-
There is not a way to do that. If you really wanted it hidden you could mess around with partial classes and just have it inside the primary indicator.
Code:namespace NinjaTrader.NinjaScript.Indicators { public partial class Indicator { public int SomeValue { get; set; } public void SomeMethod() { } } }Josh G.NinjaTrader Customer Service
Comment
-
So instead of an indicator can one build a class for NT indicators to use. I have an algorithm that I use for my indicators but I dont need it public. I need to reference it in order to do the math. Example an ema , swing, bolliinger indicators can be called within an indicator. I have my own algorithm that I use many times that doesn;t need graphical or plotting references.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
169 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
326 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
252 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
353 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
180 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment