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 kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    15 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    59 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    42 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    47 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    38 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X