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

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.
    Paul H.NinjaTrader Customer Service

    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 Tim-c, Today, 03:54 AM
      0 responses
      3 views
      0 likes
      Last Post Tim-c
      by Tim-c
       
      Started by FrancisMorro, Today, 03:24 AM
      0 responses
      2 views
      0 likes
      Last Post FrancisMorro  
      Started by Segwin, 05-07-2018, 02:15 PM
      10 responses
      1,771 views
      0 likes
      Last Post Leafcutter  
      Started by Rapine Heihei, 04-23-2024, 07:51 PM
      2 responses
      31 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by Shansen, 08-30-2019, 10:18 PM
      24 responses
      945 views
      0 likes
      Last Post spwizard  
      Working...
      X