Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Additional Data Series / BarsInProgress

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

    Additional Data Series / BarsInProgress

    This question is just for my general understanding.

    I've added a couple of AdditionalDataSeries and effectively use them to develop doubles and bools. However, when I run a true/false BarsInProgress test the only one that comes up true is the primary data series. This makes my coding thankfully more simple, but it seems to me they should all be considered BarsInProgress, as the strategy is processing them all.

    Can anyone add some enlightening perspective on this phenomenon?

    #2
    Hello,

    Thanks for your post.

    I'm not sure I understand what you are doing relative to a true/false condition but each added data series will call OnBarUpdate(). When each series calls OnBarUpdate() generic references would then point to that series.

    For example the condition: if (High[0] > Low[0]), when the Chart bars call OnBarUpdate() the high and Low would be of that series only. When the added data series call OnBarUpdate() those High and Low would come from the added data series and not from the chart bars.

    If this does not answer your question, please post your code that demonstrates your observations.

    Comment


      #3
      Paul,
      Sorry for wasting your time. I had run originally run the BarsInProgress true/false tests deep in my code. I re-ran the tests at the top of the OnBarUpdate section and they all came back true as I thought they should. So I need to clean up some code.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      558 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      545 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X