Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is there a way to manually trigger new OnBarUpdate in Analyzer

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

    Is there a way to manually trigger new OnBarUpdate in Analyzer

    When running the analyzer it seems that the only way to trigger the OnBarUpdate event (or any other available event) is to hit "Run." But what if I want to use the pencil tool to draw a line and then capture it's anchors in my strategy's code? OnBarUpdate will never trigger again since the data is historical and not live. In the live chart the updated bars triggers the event so no problem there. Or, is there another event I can use besides the OnBarUpdate while using the strategy analyzer to backtest?

    #2
    Hello Chippy,

    Thanks for your post.

    The Strategy Analyzer is historical processing only. OnBarUpdate is primarily what is used, but you technically could use Tick Replay for OnMarketData updates for Last ticks. Combining Tick Replay with a backtest may be very performance intensive so I would recommend avoiding it if possible. IF you can use a single tick data series, this would be preferred over Tick Replay.

    There would not be another means to trigger OnBarUpdate in a strategy other than running/enabling it.

    With regards to your obstacle, you would need to test the strategy in a realtime context since the behaviors of the strategy depend on human interaction. You could consider using the Playback Connection with Market Replay data to perform testing that mimics realtime.

    Playback - https://ninjatrader.com/support/help...l?playback.htm

    Additional information between differences between realtime and backtesting - https://ninjatrader.com/support/help...ime_vs_bac.htm

    We look forward to assisting.

    Comment


      #3
      Thanks Jim. So many features it makes my head spin! In a good way, though

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X