Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Accessing Chart Indicators in a Strategy

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Accessing Chart Indicators in a Strategy

    Hi,
    I'm trying to access couple of indicators added on a chart from inside a strategy. I use the following code structure.

    Code:
    foreach (NinjaTrader.Gui.NinjaScript.IndicatorRenderBase indicator in ChartControl.Indicators)
    {
    ...
    }
    What I have noticed is that sometimes when I enable the strategy on a chart with the indicators already loaded they are not recognized. Not always but sometimes. If I add them after enabling the strategy it always works. Could you help me understand the reason for this?

    Thanks,
    CV

    #2
    Hello chaitunt,

    Thank you for your note.

    This wouldn't be supported unless you're creating the indicator instances from within the strategy. However, we do have some guidance on this in this thread:



    Again, this would be unsupported so it may not work for you every time.

    Please let us know if we may be of further assistance to you.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    174 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    328 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    252 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    355 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    181 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X