Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninjatrader Strategy OnBarUpdate Execution Order with Indicator.

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

    Ninjatrader Strategy OnBarUpdate Execution Order with Indicator.

    I have a strategy which depends on an indicator as a component. When I run the strategy the strategy OnBarUpdate is called in batch to completion before the indicator runs. e.g. if I added Print to the 'OnBarUpdate' methods I see:


    Strategy.OnBarUpdate();
    Strategy.OnBarUpdate();​
    Strategy.OnBarUpdate();​
    ...
    Indicator.OnBarUpdate();​​
    Indicator.OnBarUpdate();​​
    Indicator.OnBarUpdate();​
    ...

    is this by design? How can I get these to execute together. e.g.:

    Strategy.OnBarUpdate();
    Indicator.OnBarUpdate();​​
    Strategy.OnBarUpdate();​​
    ...


    #2
    Hello nicthe,

    Can you provide more specifics on what you created? How the OnBarUpdate processes depends on how the indicator was coded and also if the indicator is plotting data that the strategy is accessing that data on each bar.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    47 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    23 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    33 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    51 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X