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.
    Kate W.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,221 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    6 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    437 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    9 views
    0 likes
    Last Post FAQtrader  
    Working...
    X