Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Replay Speed Control Method in NinjaScript

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

    Market Replay Speed Control Method in NinjaScript

    Market Replay is a great tool for testing realtime strategies. However, if testing over many days, it can be very cumbersome and time consuming, particularly if you want to slow down or pause the replay to watch what is going on when certain things happen. It would be very useful if the market replay speed could be controlled by a method call from within the NinjaScript code as follows:

    MarketReplaySpeedControl( int speed );

    What a potential use for this method might look like in a strategy:
    Code:
    if (strategyStartCondition)
       MarketReplaySpeedControl( 500 );
    if (entryCondition)
       MarketReplaySpeedControl( 1 );
    if (exitCondition && Position.MarketPosition = MarketPosition.Flat)
       MarketReplaySpeedControl( 500);
    if (endofweekCondition)
       MarketReplaySpeedControl (0); // Pause
    The speed set by this method could always be modified by the manual Market Replay controls.

    Thank you for your consideration of this idea.

    Whitmark
    whitmark
    NinjaTrader Ecosystem Vendor - Whitmark Development

    #2
    Hello Whitmark,

    Thanks for your post.

    I have submitted your suggestion for the enhancement of NinjaTrader to our development team. We appreciate your commitment in helping us to improve NinjaTrader.

    Comment


      #3
      It would also be nice to have a control that said - move to the next RTH start of session - so you wouldn't have to go through all the time (even at 500x) for the data after 4:30 PM

      Comment


        #4
        Hello mgabriel01,

        Thanks for your reply.

        I will forward your suggestion to our development team also.
        Thanks for your feedback to improve NinjaTrader

        Comment

        Latest Posts

        Collapse

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