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 WHICKED, Today, 12:45 PM
    2 responses
    19 views
    0 likes
    Last Post WHICKED
    by WHICKED
     
    Started by GussJ, 03-04-2020, 03:11 PM
    15 responses
    3,276 views
    0 likes
    Last Post xiinteractive  
    Started by Tim-c, Today, 02:10 PM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Taddypole, Today, 02:47 PM
    0 responses
    5 views
    0 likes
    Last Post Taddypole  
    Started by chbruno, 04-24-2024, 04:10 PM
    4 responses
    51 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Working...
    X