Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

UNIRenko Tick Replay Disabled?

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

    UNIRenko Tick Replay Disabled?

    Does anyone know what would cause the UniRenko bar type to not allow "Tick replay"? That option is grayed out on the Data Series dialog.

    It seems like it is built by tick data:
    BuiltFrom = BarsPeriodType.Tick;
    Attached Files

    #2
    Hello NJA_MC,

    Thank you for your post.

    Do you have a version of UniRenko for NT 8 that we may test?

    Comment


      #3
      Sure, I will mail it into you. It was posted here somewhere but don't want to make extra copies is it needs to be updated.

      Comment


        #4
        Originally posted by NJA_MC View Post
        Does anyone know what would cause the UniRenko bar type to not allow "Tick replay"? That option is grayed out on the Data Series dialog.
        Because of this on line 85

        public override bool IsRemoveLastBarSupported { get { return true; } }

        Short Discussion here of topic here

        http://ninjatrader.com/support/forum...ad.php?t=78530



        -=Edge=-
        NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

        Comment


          #5
          To clarify:
          if the RemoveLastBar() method is used in a bar type, tick replay will NOT work. So the option of using it for that bar type needs to be disabled to prevent unexpected and unavoidable grief.

          The option of using tick replay is disabled by setting the value of the IsRemoveLastBarSupported property true:

          Code:
          .public override bool IsRemoveLastBarSupported { get { return true; } }
          Renko and Line Break bar types currently available for NT8 use this method, therefore must not be used in tick replay, therefore must have this property set true to preclude their being used in tick replay.
          Last edited by Ricam; 10-30-2015, 11:40 AM.

          Comment


            #6
            Thanks,

            That explains why Tick Replay will not enable... I guess I don't understand why this is the case as with a live market, TICKS come in, not bars... Not sure of the difference why another limitation has been placed on this feature.

            Comment

            Latest Posts

            Collapse

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