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 Gerik, Today, 09:40 AM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by RookieTrader, Today, 09:37 AM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by alifarahani, Today, 09:40 AM
          0 responses
          5 views
          0 likes
          Last Post alifarahani  
          Started by KennyK, 05-29-2017, 02:02 AM
          3 responses
          1,285 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by AttiM, 02-14-2024, 05:20 PM
          11 responses
          186 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Working...
          X