Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MaximumBarsLookBack for specific indicator variables?

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

  • Lancer
    replied
    Thank you.

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello Lancer,

    MaximumBarsLookBack is applied to Series.

    If the series has MaximumBarsLookBack.Infinite applied, the indicator will be using that setting for that series.

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


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

Latest Posts

Collapse

Topics Statistics Last Post
Started by The_Sec, Yesterday, 03:53 PM
1 response
12 views
0 likes
Last Post NinjaTrader_Gaby  
Started by mmenigma, Yesterday, 03:25 PM
1 response
11 views
0 likes
Last Post NinjaTrader_Gaby  
Started by kujista, Today, 05:44 AM
0 responses
7 views
0 likes
Last Post kujista
by kujista
 
Started by ZenCortexCLICK, Today, 04:58 AM
0 responses
9 views
0 likes
Last Post ZenCortexCLICK  
Started by sidlercom80, 10-28-2023, 08:49 AM
172 responses
2,282 views
0 likes
Last Post sidlercom80  
Working...
X