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

Display a new series that was added by AddDataSeries in chart

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

  • bltdavid
    replied
    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.

    Leave a comment:


  • NinjaTrader_BrandonH
    replied
    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.

    Leave a comment:


  • 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,

Latest Posts

Collapse

Topics Statistics Last Post
Started by lightsun47, Today, 03:51 PM
0 responses
4 views
0 likes
Last Post lightsun47  
Started by 00nevest, Today, 02:27 PM
1 response
8 views
0 likes
Last Post 00nevest  
Started by futtrader, 04-21-2024, 01:50 AM
4 responses
44 views
0 likes
Last Post futtrader  
Started by Option Whisperer, Today, 09:55 AM
1 response
13 views
0 likes
Last Post bltdavid  
Started by port119, Today, 02:43 PM
0 responses
8 views
0 likes
Last Post port119
by port119
 
Working...
X