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 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
     
    Started by Shai Samuel, 07-02-2022, 02:46 PM
    4 responses
    98 views
    0 likes
    Last Post Bidder
    by Bidder
     
    Started by DJ888, Yesterday, 10:57 PM
    0 responses
    8 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by MacDad, 02-25-2024, 11:48 PM
    7 responses
    160 views
    0 likes
    Last Post loganjarosz123  
    Working...
    X