Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy name
Collapse
X
-
Hello kiss987,
Thanks for the question.
I wanted to clarify with you, are you trying to make MyCustomStrategy so that an indicator can see this strategy?
Or are you trying to access a indicator by name from the Strategy similar to how you would access any of the stock indicators from a strategy?
If you are trying to accomplish the first option there is not really a documented way to do this.
If you are trying to access a indicator by name from a strategy, you don’t have to do anything additional because as soon as you save the indicator it would be able to be called from another indicator or strategy.
When you create a indicator you have this line of code at the top:
By giving it a unique name "MyCustomIndicator" you could then call this from another indicator or strategy by using its name MyCustomIndicator() followed by ( )Code:[Description("")] public class MyCustomIndicator: Indicator {
Please let me know if I may be of additional assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
127 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
85 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
86 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment