Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

LinesConfigurable

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

    LinesConfigurable

    // Initialize method of a custom indicator
    protected override void Initialize()
    {
    Add(new Plot(Color.Orange, "SMA"));
    LinesConfigurable = false; // Indicator lines are not configurable
    }
    The example in the help for LinesConfigurable suggests that it operates on plots vs lines. If its the former, should it not be PlotsConfigurable as not to be confused with the Lines class? Please clarify.

    Whitmark
    whitmark
    NinjaTrader Ecosystem Vendor - Whitmark Development

    #2
    Sorry if the documentation may be misleading there. There is a LinesConfigurable and a PlotsConfigurable property. Each one corresponding to their respective lines/plots counterparts.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    30 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    24 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    30 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    27 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    141 views
    0 likes
    Last Post SalmaTrader  
    Working...
    X