Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MaximumBarsLookBack for specific indicator variables?

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

    MaximumBarsLookBack for specific indicator variables?

    On a chart with Time Frame > Bars to Load > 3000, a custom moving average indicator plots four lines with variables calculated on values both under 256 bars and over 256, for example, values of 50, 100, 200, and 400 bars. If MaximumBarsLookBack is set to 256, memory is optimized, but the 400 variable line does not plot. If MaximumBarsLookBack is set to Infinite, all lines plot but memory is not optimized. Is it possible to define MaximumBarsLookBack for each individual variable of an indicator so that values under 256 realize resource utilization benefits from MaximumBarsLookback 256, while only values over 256 use MaximumBarsLookback Infinite? If individual variable configuration is not available, is it possible to set MaximumBarsLookBack to a value other than 256 or Infinite, say to 400 in this case?

    #2
    Hello Lancer,

    MaximumBarsLookBack is set for the Strategy which loads the data and provides this to the indicator. MaximumBarsLookBack can be set in State.SetDefaults of the Strategy's OnStateChange method.

    If a hosted indicator is calling AddDataSeries for an added series and sets MaximumBarsLookBack, the host strategy will also need to add that same series and both scripts will need to explicitly use the same MaximumBarsLookBack in the code.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      That's good info for future use, but it's unclear how that specifically answers my current two questions.

      Comment


        #4
        Hello Lancer,

        MaximumBarsLookBack is applied to Series.

        If the series has MaximumBarsLookBack.Infinite applied, the indicator will be using that setting for that series.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Is it possible to set MaximumBarsLookBack to a value other than 256 or Infinite, say to 400 in this case?

          Comment


            #6
            Hello Lancer,

            No, the MaximumBarsLookBack enum only has two values TwoHundredFiftySix and Infinite.

            Below is a link to the help guide where this is defined.
            Chelsea B.NinjaTrader Customer Service

            Comment


              #7
              Thank you.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by sidlercom80, 10-28-2023, 08:49 AM
              168 responses
              2,261 views
              0 likes
              Last Post sidlercom80  
              Started by Barry Milan, Yesterday, 10:35 PM
              3 responses
              10 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Started by WeyldFalcon, 12-10-2020, 06:48 PM
              14 responses
              1,428 views
              0 likes
              Last Post Handclap0241  
              Started by DJ888, 04-16-2024, 06:09 PM
              2 responses
              9 views
              0 likes
              Last Post DJ888
              by DJ888
               
              Started by jeronymite, 04-12-2024, 04:26 PM
              3 responses
              41 views
              0 likes
              Last Post jeronymite  
              Working...
              X