Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Need to know a class that both indicator and Strategy inherit from
Collapse
X
-
Need to know a class that both indicator and Strategy inherit from
Good afternoon, I have a class that collects indicator type of information. I want to set it up so that it collects the same information in both indicator and strategy classes( for different purposes). Is there a shared Interface or class that both indicator and strategy share/ inherit from?
Tags: None
-
Hello Yandychang,
Thank you for your post.
I would first like to clarify since you have posted in the NinjaTrader 7 section of the forum; are you looking for this information for developing in NinjaTrader 7 or in NinjaTrader 8? There is some basic information pertaining to both versions and how they are different from each other on the Code Breaking Changes page under the header "Partial Classes (Porting methods and properties from UserDefinedMethods.cs)"
I look forward to your clarification.
-
-
Hello Yandychang,
Thank you for your reply.
I have moved the topic to the NinjaTrader Desktop > General Development section accordingly. My colleague has created an example of using a static property that shares information between indicator and strategy instances that may be found in the following post:
In NinjaTrader 8, both indicators and strategies are part of the NinjaTrader.NinjaScript namespace. Adding a method to that namespace would be difficult and is not documented nor supported, so what Chelsea does in that example is used the fully qualified namespace.
Please let us know if we may be of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
579 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment