Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

public series exposed in MarketAnalyzer

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

    public series exposed in MarketAnalyzer

    My indicator has a public Series<double> defined (but it not a Plot). How can I get it accessible to a MarketAnalyzer column?

    Here's the code:

    [Browsable(false)]
    [XmlIgnore]
    public Series<double> ZoneID
    {
    get { Update();
    return zoneID; } //zoneID is a private Series<double> which is populated in my OnBarUpdate()
    }


    #2
    Hello sbgtrading,

    Unfortunately, it needs to be a plot. Custom series will not be selectable here. This is also true for the Strategy Builder and the Alerts window.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    44 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    58 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    35 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    95 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    59 views
    0 likes
    Last Post PaulMohn  
    Working...
    X