Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
sharing classes
Collapse
X
-
sharing classes
can I write a class and share/use it in several indicators? if so are there any samples?Tags: None
-
Futurenets,
Yes, you can create a class to use that the other indicators can use.
As long as the class is using the same namespace this will work.
Let me know if I can be of further assistance.Code:// This namespace holds all indicators and is required. Do not change it. namespace NinjaTrader.Indicator { public class MyClass { } }Cal H.NinjaTrader Customer Service
-
ok thanks.
so in any indicator I can
mC = new MyClass ?
excellent.
creating from scratch preferably with minimum code - do you have a sample or do I just create an indicator?Last edited by futurenets; 03-13-2015, 06:12 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
217 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
133 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
147 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
233 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
192 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment