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

Tick Replay vs. High Resolution Processor Usage

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

    Tick Replay vs. High Resolution Processor Usage

    I'm almost certain I won't get an answer but thought I'd ask anyway.

    I tried my code out two different ways using 1) Tick Replay and 2) High Resolution + 1 Tick Resoltuion backtest.

    The outcomes are different. I know this. This is not about the outcomes.

    When I run the same set of optimizations with both codes, the High Resolution code is FAST. Like I can do hundreds or thousands in an hour. Whereas on Tick Replay it can be 5-10 in the same time.

    I get they do different things but... just wondering if there's a reason why in how NT processes?

    Thanks,
    Tony

    #2
    Hello Tony,

    With TickReplay and Calculate.OnEachTick / .OnPriceChange, NinjaTrader is running the logic in OnBarUpdate() for every tick (or price change) while the bar is open.
    With High Order Fill Resolution, NinjaTrader is not running the logic in OnBarUpdate() for every tick, and is only using the loaded tick data for use with order fills.

    The TickReplay is going to use much more CPU compute to evaluate the logic many times for each bar.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the concise answer Chelsea. I also have some logic in OnMarketData which I imagine even makes that worse.

      Appreciate your help as always!
      Tony

      Comment


        #4
        Hello Tony,

        Yes, this is correct. OnMarketData() is also going to be updating for TickReplay.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Segwin, 05-07-2018, 02:15 PM
        14 responses
        1,788 views
        0 likes
        Last Post aligator  
        Started by Jimmyk, 01-26-2018, 05:19 AM
        6 responses
        837 views
        0 likes
        Last Post emuns
        by emuns
         
        Started by jxs_xrj, 01-12-2020, 09:49 AM
        6 responses
        3,293 views
        1 like
        Last Post jgualdronc  
        Started by Touch-Ups, Today, 10:36 AM
        0 responses
        13 views
        0 likes
        Last Post Touch-Ups  
        Started by geddyisodin, 04-25-2024, 05:20 AM
        11 responses
        63 views
        0 likes
        Last Post halgo_boulder  
        Working...
        X