Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can a Chart Indicator Access a Strategy
Collapse
X
-
Can a Chart Indicator Access a Strategy
Is it possible for a custom indicator that is added to a chart to access a strategy that is also running on that chart? Indicator.Strategy appears to be null. My guess is because it is not added to the chart from the strategy. I need to access a 3rd party strategy and send performance results to a database. I cannot change the code of the strategy. Thanks!Tags: None
-
Hello thomaspartyof10, thanks for your post.
It is not possible to access a strategy instance from an indicator, you would need to pass the data to a "middleman". See this post I made a while ago on implementing a custom class with a property changed event that other scripts can subscribe to:
If your strategy changed the property, then other scripts subscribed to the event will be notified.
Kind regards.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
619 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
420 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
293 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
414 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
367 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment