Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JimNinjaTrader Customer Service

    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 judysamnt7, 03-13-2023, 09:11 AM
      4 responses
      59 views
      0 likes
      Last Post DynamicTest  
      Started by ScottWalsh, Today, 06:52 PM
      4 responses
      36 views
      0 likes
      Last Post ScottWalsh  
      Started by olisav57, Today, 07:39 PM
      0 responses
      7 views
      0 likes
      Last Post olisav57  
      Started by trilliantrader, Today, 03:01 PM
      2 responses
      22 views
      0 likes
      Last Post helpwanted  
      Started by cre8able, Today, 07:24 PM
      0 responses
      10 views
      0 likes
      Last Post cre8able  
      Working...
      X