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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    96 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    51 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    24 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    35 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    37 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X