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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    110 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    59 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    37 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    41 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    78 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X