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

how to display multiple charts in different panels

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

    how to display multiple charts in different panels

    Suppose I open a primary chart using Control Panel -> New Chart, that is using 60 1-min data, suppose on ZS 05-19. Then I add a strategy which has another data series

    AddDataSeries("ZS 07-19", Data.BarsPeriodType.Minute, 60, Data.MarketDataType.Last);

    Currently I see only one panel with the primary chart. How can I see both the data series (both in terms of bar data) on their own panels one below another?
    Last edited by uday12; 04-23-2019, 09:50 AM.

    #2
    Hello uday12,

    In this case, you would have needed to add the ZS 07-19 when you created the chart in order to see its bars. The AddDataSeries command only adds the series for your script to use, however, this does not produce any kind of visual or panel for that series.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Hi Jesse

      Thanks for the reply. I followed your suggestion, but I can only view the second series in a different tab (see the attached graph). How do I view two different price series in panels one below the other?

      Comment


        #4
        Hello uday12,

        When configuring the chart you would need to add a second series in the same DataSeries window. What you have done here is to add a new tab to an existing chart.

        You can find documentation for using the DataSeries menu here: https://ninjatrader.com/support/help...taSeriesWindow

        From the existing chart, you can right-click and access "DataSeries" to add additional series, otherwise, the Control center -> New -> Chart option will open the DataSeries menu where you can add multiple series to a new chart. You can add more than 1 series in the DataSeries window, when you do additional panels are added for each series.

        I look forward to being of further assistance.
        JesseNinjaTrader Customer Service

        Comment


          #5
          Got it. Thanks

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by frslvr, 04-11-2024, 07:26 AM
          7 responses
          109 views
          1 like
          Last Post caryc123  
          Started by rocketman7, Today, 09:41 AM
          3 responses
          8 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by traderqz, Today, 09:44 AM
          2 responses
          5 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by stafe, 04-15-2024, 08:34 PM
          8 responses
          41 views
          0 likes
          Last Post stafe
          by stafe
           
          Started by rocketman7, Today, 02:12 AM
          7 responses
          31 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Working...
          X