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 GussJ, 03-04-2020, 03:11 PM
            11 responses
            3,221 views
            0 likes
            Last Post xiinteractive  
            Started by andrewtrades, Today, 04:57 PM
            1 response
            10 views
            0 likes
            Last Post NinjaTrader_Manfred  
            Started by chbruno, Today, 04:10 PM
            0 responses
            6 views
            0 likes
            Last Post chbruno
            by chbruno
             
            Started by josh18955, 03-25-2023, 11:16 AM
            6 responses
            437 views
            0 likes
            Last Post Delerium  
            Started by FAQtrader, Today, 03:35 PM
            0 responses
            9 views
            0 likes
            Last Post FAQtrader  
            Working...
            X