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 Davide999, 05-18-2023, 03:55 AM
    4 responses
    554 views
    1 like
    Last Post kcwasher  
    Started by Stanfillirenfro, Today, 07:23 AM
    2 responses
    9 views
    0 likes
    Last Post Stanfillirenfro  
    Started by rexsole, Today, 08:39 AM
    2 responses
    6 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    6 responses
    29 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by gbourque, Today, 06:39 AM
    2 responses
    14 views
    0 likes
    Last Post gbourque  
    Working...
    X