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 rdtdale, Today, 01:02 PM
      1 response
      3 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by alifarahani, Today, 09:40 AM
      3 responses
      15 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by RookieTrader, Today, 09:37 AM
      4 responses
      18 views
      0 likes
      Last Post RookieTrader  
      Started by PaulMohn, Today, 12:36 PM
      0 responses
      9 views
      0 likes
      Last Post PaulMohn  
      Started by love2code2trade, 04-17-2024, 01:45 PM
      4 responses
      41 views
      0 likes
      Last Post love2code2trade  
      Working...
      X