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, 03-31-2026, 09:41 PM
|
1 response
82 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
43 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment