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.

    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by several, Today, 11:02 AM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by johnMoss, Today, 11:25 AM
    0 responses
    3 views
    0 likes
    Last Post johnMoss  
    Started by Skifree, Yesterday, 08:58 AM
    14 responses
    45 views
    0 likes
    Last Post Skifree
    by Skifree
     
    Started by slade3789, Today, 01:12 AM
    1 response
    16 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by QuantKey_Bruce, 01-01-2025, 07:41 AM
    13 responses
    171 views
    1 like
    Last Post marcus2300  
    Working...
    X