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

Adding 1 tick data series only if less than daily

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

    Adding 1 tick data series only if less than daily

    I would like to do this

    AddDataSeries(BarsPeriodType.Tick, 1);

    Only if the chart is lower timeframe than daily, since if it is daily adding the 1 tick data series takes way too long to load the chart

    #2
    Hello zextra,

    The issue is that NinjaTrader will not always have the information of the primary series when the script is run (especially when optimizing) until the script reaches State.DataLoaded. By then its too late to add another series.

    I will submit a feature request on your behalf to be able to dynamically add series with a condition that relies on the primary BarsPeriod. Once I have a tracking ID for this request I will post in this thread for future reference.

    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thank you, that would be great.

      Comment


        #4
        Hello zextra,

        I've received tracking ID# SFT-882 for your request to dynamically load series based on the primary BarsPeriod information.

        Please note it is up to the NinjaTrader Development to decide if or when any request will be implemented.

        We appreciate your feedback on this.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Has anything been done about this?

          Comment


            #6
            Hello zextra,

            SFT-882 has not been implemented at this time.

            Please check the release notes for each new release to see if any request or bug fix has been implemented.
            Chelsea B.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by trilliantrader, Today, 08:16 AM
            2 responses
            6 views
            0 likes
            Last Post trilliantrader  
            Started by samish18, Today, 08:31 AM
            1 response
            1 view
            0 likes
            Last Post NinjaTrader_Clayton  
            Started by Creamers, 09-08-2023, 10:26 AM
            6 responses
            157 views
            0 likes
            Last Post JonyGurt  
            Started by funk10101, Today, 08:14 AM
            1 response
            2 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by bill2023, Yesterday, 08:51 AM
            3 responses
            22 views
            0 likes
            Last Post bltdavid  
            Working...
            X