Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add UniRenko Bars to Renko Strategy

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

    Add UniRenko Bars to Renko Strategy

    Hello! I saw a similar post where someone wanted to replace the Renko Strategy bars type to Better Renko Bars. It worked well, but I want to use UniRenko bars instead of Better Renko. I'm no C# expert, but I tried changing the code to utilize UniRenko bars but it doesn't seem to work. I've attached both the strategy and the bar type I want to utilize. Any assistance would be appreciated!
    Attached Files

    #2
    Hello natadanquah,

    As the scripts you have provided say NT8 on them, I am assuming this is for NinjaTrader 8 and not NinjaTrader 7.

    I've moved your thread from the NinjaTrader 7 > Strategy Development​ section of the forums to the NinjaTrader Desktop > Strategy Development​ section of the forums.

    On line 84 change:
    Code:
    if(BarsPeriod.BarsPeriodType != BarsPeriodType.Renko)
    To:
    Code:
    if(BarsPeriod.BarsPeriodType != BarsPeriodType.Renko && BarsPeriod.BarsPeriodType != (BarsPeriodType) 2018)
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks so much, Chelsea for the code and moving the the post.

      I attempted the change as you mentioned but I'm still running into the same issue and the strategy is not accepting the bars. Seems that it won't accept regular renko bars with it either - very strange. Would you happen to have any other suggestions?
      ​
      Attached Files

      Comment


        #4
        Hello natadanquah,

        Apologies, remove the 'return;' on line 85.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Its worked! Many thanks again for your expertise.

          Comment

          Latest Posts

          Collapse

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