Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Display a new series that was added by AddDataSeries in chart

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

    Display a new series that was added by AddDataSeries in chart

    Hi,

    How can I display a new series was added by AddDataSeries in chart?(reason: I would make sure my config is correct for the new series)


    Best,

    #2
    Hello bosajin,

    Thank you for your post.

    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. When configuring a chart you would need to add a second series in the same DataSeries window to view that second series on a chart.

    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.

    See the help guide documentation below for more information.
    AddDataSeries() - https://ninjatrader.com/support/help...dataseries.htm
    Using the DataSeries menu - https://ninjatrader.com/support/help...taSeriesWindow

    Let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment


      #3
      You can't.

      All data series added via AddDataSeries are invisible.

      Well, they are "visible" to your code, but not on the chart.

      Inside your OnBarUpdate, try using Print to the print CurrentBar
      and Time[0] when BarsInProgress == 1.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      88 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X