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

Plots in disctinct panels

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

    Plots in disctinct panels

    Hi another simple question, i have 4 Plots() that i want in 2 distinct Panels,
    How can i define the first 2 Plots in Panel 1 and the second 2 Plots in Panel 2?
    Code:
            protected override void Initialize()
            {
                
                Overlay                = false;
                
                Add(new Plot(Color.Lime, "Up"));
                Add(new Plot(Color.Red, "Down"));
                Add(new Plot(Color.Magenta, "Rising"));
                Add(new Plot(Color.Navy, "Falling"));
            }

    #2
    Hello,

    Thanks for your reply.

    This is James, I work the Night shift for platform support.

    This ticket inquiry would be best addressed to our Ninjascript team, unfortunately, they are not in at this time and will not return until tomorrow at 8:30 am EST.

    I will assign this ticket to them, so they can reach out to you tomorrow with working on this.
    Please feel free to contact us with any further questions.
    James G.NinjaTrader Customer Service

    Comment


      #3
      No worries thanks for the support

      Comment


        #4
        Hello cbadr,

        Thanks for your post.

        You would not be able to plot in multiple panels with one indicator. You can plot either in the price panel or an indicator panel but not both. You cannot plot in multiple indicator panels for a single indicator.

        To accomplish your goals you would need to create two indicators, each plotting in their own panel.
        Paul H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Brevo, Today, 01:45 AM
        0 responses
        3 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        3 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        238 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        384 views
        1 like
        Last Post Gavini
        by Gavini
         
        Started by oviejo, Today, 12:28 AM
        0 responses
        6 views
        0 likes
        Last Post oviejo
        by oviejo
         
        Working...
        X