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 Vietanhnguyen2hotmailcom, 05-03-2024, 10:29 AM
      4 responses
      24 views
      0 likes
      Last Post Vietanhnguyen2hotmailcom  
      Started by PhillT, 04-19-2024, 02:16 PM
      4 responses
      36 views
      0 likes
      Last Post PhillT
      by PhillT
       
      Started by ageeholdings, 05-01-2024, 05:22 AM
      5 responses
      38 views
      0 likes
      Last Post ageeholdings  
      Started by reynoldsn, Yesterday, 02:34 PM
      0 responses
      14 views
      0 likes
      Last Post reynoldsn  
      Started by nightstalker, Yesterday, 02:05 PM
      0 responses
      25 views
      0 likes
      Last Post nightstalker  
      Working...
      X