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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
160 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
307 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
348 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
178 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment