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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    62 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    134 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X