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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
19 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
182 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
335 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
259 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment