Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to access indicators on a chart with multiple data series?

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

    How to access indicators on a chart with multiple data series?

    I have a single chart with 3 Data Series being plotted. Each one has the same 2 Indicators but with different parameters.

    I need to run a single strategy on it and need access to the 6 in total indicators. I am using a custom strategy that was initially created with the Strategy Builder.

    I use the following to get them using an undocumented feature. The indicators are added in a set sequence so I know what index that are at. If I call the following I get a pointer to the Indicator and the following fails with the CrossAbove test.

    Code:
    AxonStochastic = ChartControl.Indicators[0] as AxonStochastic;
    This returns a valid pointer and I can see from the debugger a count of 11000+ for the Data Series I have selected.

    Code:
    CrossAbove(AxonStochastic.A, AxonStochastic.B, 1);
    Error from above is:

    An exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll but was not handled in user code

    Additional information: Index was out of range. Must be non-negative and less than the size of the collection.

    #2
    Hello davemclaughlin,

    We may have a bug that needs to be reported, but I am not able to report errors that occur when using undocumented code.

    Are you able to reproduce this error using documented methods?
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    118 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X