Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Ninja 7 Plot Vales[1} on top[ of valeus[0]. Can I zindex plot Values?

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

    Ninja 7 Plot Vales[1} on top[ of valeus[0]. Can I zindex plot Values?

    Scenario: I am have 2 plots a chart. The exact code for adding the plots is:
    Add(new Plot(new Pen(Color.Red, 3), PlotStyle.Bar, "Primary"));
    Add(new Plot(new Pen(Color.Blue, 2), PlotStyle.Line , "Average"));

    Question: Can I get the "Average" Values[1] to plot on top of "Primary"Values[0] or do I need to reverse the plots in my indicator? Didn't know if I could use Zindex in some way.
    The behavior I am guessing is the lower plot numbers are stacked from smaller to higher Values numbers.

    As you can see I have one line plot and one bar plot. Sometimes the "Average" line gets covered by the bar plot and I can't see it.

    Cheers
    Last edited by ct; 06-15-2021, 04:37 AM.

    #2
    Hi ct, thanks for your post.

    That is correct, the plot must be added first if you want it to display on top of the plots added subsequently. Call the Average Addplot before the Primary.

    Best regards,
    -ChrisL
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Haiasi, 04-25-2024, 06:53 PM
    2 responses
    16 views
    0 likes
    Last Post Massinisa  
    Started by Creamers, Today, 05:32 AM
    0 responses
    5 views
    0 likes
    Last Post Creamers  
    Started by Segwin, 05-07-2018, 02:15 PM
    12 responses
    1,786 views
    0 likes
    Last Post Leafcutter  
    Started by poplagelu, Today, 05:00 AM
    0 responses
    3 views
    0 likes
    Last Post poplagelu  
    Started by fx.practic, 10-15-2013, 12:53 AM
    5 responses
    5,407 views
    0 likes
    Last Post Bidder
    by Bidder
     
    Working...
    X