Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

About Fast Replay (500x)

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

    About Fast Replay (500x)

    Hello:
    Does the 500x Fast Replay execute ALL the TICKS in a bar or, in order to be faster, it "jumps" over the ticks?. I hope this question be understandable.

    Regards.

    #2
    Hello banteka,

    The Market Replay replays data tick by tick regardless of the replay speed.
    JasonNinjaTrader Customer Service

    Comment


      #3
      So, in fact, If I compare a WalkForward result with its Market Replay period, they should approximately match, didn't they?

      Comment


        #4
        No, they will likely not match as the Strategy Analyzer does not replay tick by tick. It uses the OHLC values of price bars only. Please see the link below for more information.
        JasonNinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_Jason View Post
          No, they will likely not match as the Strategy Analyzer does not replay tick by tick. It uses the OHLC values of price bars only. Please see the link below for more information.
          http://www.ninjatrader.com/support/h...ime_vs_bac.htm

          Yes, I know it, but I have implemented MultiTime Frame in my strategy like this:

          Add(Instrumento, PeriodType.Tick, 1, MarketDataType.Last);

          And BarsInProgress...

          This way, my WalkForward Optimization is working in a tick by tick basis, comparable then to the Market Replay. Or not?

          Comment


            #6
            banteka, the answer is it depends...as with the tick series added you would be having much better granularity for simulating executions for example, however it would not mean the primary bars studies would update intra-bar to simulate CalculateOnBarClose = false.

            Also your historical fill processing would not be done via the simulation engine that is otherwise used in Market Replay or live simulation as well as you only have last data added in and not the full Level1 including bid / ask series.

            So it would be a pretty good approximation and getting close but I would not expect an exact replica in results.
            BertrandNinjaTrader Customer Service

            Comment


              #7
              Originally posted by NinjaTrader_Bertrand View Post
              banteka, the answer is it depends...as with the tick series added you would be having much better granularity for simulating executions for example, however it would not mean the primary bars studies would update intra-bar to simulate CalculateOnBarClose = false.

              Also your historical fill processing would not be done via the simulation engine that is otherwise used in Market Replay or live simulation as well as you only have last data added in and not the full Level1 including bid / ask series.

              So it would be a pretty good approximation and getting close but I would not expect an exact replica in results.

              I understand. I am not looking for an exact replication. But I need to know if my strategy is reliable. I understand all the proccesses involved in WFO and I can read and understand the information it generates, but my doubts and hesitations are in the data and algorithms that NT uses in order to produce the results.

              The crucial question is this:

              Can I get confidence in the results that the NT7 WFO produces if I implement MultiTimeFrame?. I mean, using these cautions (multitimeframe, a good data source), So, if WFO produces bad results, the strategy probably is bad and if it produces good results the strategy is probably good?

              Comment


                #8
                Correct, as long as you keep in mind you're still backtesting / optimizing here you would get a crucial step closer towards validating your approach. MTF will allow you to much better approximate fills and WFO helps understand if continuous optimization produces stable forward looking parameter sets. Of course this cannot replace live simulation / live testing.
                BertrandNinjaTrader Customer Service

                Comment


                  #9
                  Originally posted by NinjaTrader_Bertrand View Post
                  Correct, as long as you keep in mind you're still backtesting / optimizing here you would get a crucial step closer towards validating your approach. MTF will allow you to much better approximate fills and WFO helps understand if continuous optimization produces stable forward looking parameter sets. Of course this cannot replace live simulation / live testing.
                  Understood. Again, thank you very much for your support. It is a pleasure to deal with you and your mates.

                  Comment


                    #10
                    Thanks, you're welcome - we appreciate the kind words and wish you a nice weekend.
                    BertrandNinjaTrader Customer Service

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by usazencort, Today, 01:16 AM
                    0 responses
                    1 view
                    0 likes
                    Last Post usazencort  
                    Started by kaywai, 09-01-2023, 08:44 PM
                    5 responses
                    603 views
                    0 likes
                    Last Post NinjaTrader_Jason  
                    Started by xiinteractive, 04-09-2024, 08:08 AM
                    6 responses
                    22 views
                    0 likes
                    Last Post xiinteractive  
                    Started by Pattontje, Yesterday, 02:10 PM
                    2 responses
                    21 views
                    0 likes
                    Last Post Pattontje  
                    Started by flybuzz, 04-21-2024, 04:07 PM
                    17 responses
                    230 views
                    0 likes
                    Last Post TradingLoss  
                    Working...
                    X