Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calculate OnBarUpdate from the last 200 bars.

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

    Calculate OnBarUpdate from the last 200 bars.

    Due to the OrderFlowCumulativeDelta indicator forces to set the DataSeries/Load data based on: "Days"
    every "Reload NinjaScript F5" keyStroke consumes too much idle time.
    In order to mitigate this 'idle' time I added the following condition:
    Click image for larger version

Name:	image.png
Views:	113
Size:	1.9 KB
ID:	1247032
    The previous condition is too severe!! The issue is that It is needed to pass trough on the last 200 bars of the State == State.Historical
    I was wondering if there is a way to know how many Historic bars are loaded in the chart before the OnBarUpdate starts running??
    Thank you very much!!
    FVJ

    #2
    efeuvejota01 There are a few approaches, but for simplicity, how about this:
    Code:
    if (CurrentBars[0] < BarsArray[0].Count - 200) return;
    Bruce DeVault
    QuantKey Trading Vendor Services
    NinjaTrader Ecosystem Vendor - QuantKey

    Comment


      #3
      Thank you!!
      FVJ

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      232 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      150 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      161 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      243 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      198 views
      0 likes
      Last Post CarlTrading  
      Working...
      X