Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Oscillator Lines z-Order

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

    Oscillator Lines z-Order

    Dear Members,

    How can I specify the "z-order" of plots and oscillator lines within NinjaScript? For example, I have the following in my script:

    protected override void Initialize()
    {
    Add(new Line(Color.FromKnownColor(KnownColor.Black), 10, "OB"));
    Add(new Line(Color.FromKnownColor(KnownColor.Black), -10, "OS"));
    Add(new Plot(new Pen(Color.Blue, 2), PlotStyle.Line, "Rising"));
    Add(new Plot(new Pen(Color.Red, 2), PlotStyle.Line, "Falling"));
    }

    How can I make the oscillator lines "OB" and "OS" draw on top of the other plots lines?

    Greatly appreciate your help. Thanks in advance.

    #2
    Unfortunately this is not supported.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    42 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    29 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    46 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    38 views
    0 likes
    Last Post CarlTrading  
    Working...
    X