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 Creamers, 04-27-2024, 05:32 AM
            6 responses
            42 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by iceman2018, Today, 11:46 AM
            1 response
            6 views
            0 likes
            Last Post NinjaTrader_Erick  
            Started by Torontobluejays, Yesterday, 08:43 AM
            4 responses
            23 views
            0 likes
            Last Post Torontobluejays  
            Started by Ticks_66, Today, 09:50 AM
            2 responses
            14 views
            0 likes
            Last Post Ticks_66  
            Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
            7 responses
            27 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Working...
            X