Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

jprUniRenkoBarCloses for NT8

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

    jprUniRenkoBarCloses for NT8

    Hi everyone!

    Is this indicator available for NT8? Somebody has it?

    Thanks!

    #2
    Hello rafaelmarcos,

    Thanks for your post and welcome to the NinjaTrader forums!

    I am not aware of the indicator jprUniRenkoBarCloses for NT8.

    You might want to try a search of the internet for Unirenko bar closes for NinjaTrader as perhaps it is available on another site.

    Alternatively, if you would like this created for you, we can refer you to 3rd party coders who could create this for you.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      It´s a simple indicator that shows prices when a new bar will be created.

      Perhaps it´s easy for someone to upgrade from NT7 to NT8...

      Thanks!
      Last edited by rafaelmarcos; 09-05-2017, 01:28 AM.

      Comment


        #4
        Hello rafaelmarcos,

        Thanks for your post.

        To be clear, in the support department at NinjaTrader we do not create, debug, or modify code for our clients. This is so that we can maintain a high level of service for all of our clients.

        We can leave this thread open for any community member that would like to provide the conversion service.

        Alternatively, if no responses, an option if you request, we can provide references to 3rd party coders who could convert/create this for you.
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          Hello rafaelmarcos,

          Attached is a quick port of your indicator to NT8. Hope it helps you. You can customize it further as you like but this should do the job for you.
          Attached Files

          Comment


            #6
            Thank you very much Zeos6!!

            Have you test it? I´ve imported but only price line appears. In your PC, three lines are shown?

            Thanks in advance
            Last edited by rafaelmarcos; 09-05-2017, 01:28 AM.

            Comment


              #7
              Hello rafaelmarcos,

              I simply ported the code you provided. However, to address your issue, I notice you have

              Code:
              protected override void OnBarUpdate()
              {
                   if ( CurrentBar != lastBar && trendTicks > 0 )
                   { ... }
              }
              You never update the value of trendTicks and it remains at its initial value of zero. This is linked to the regex expression. Consequently the body of the if statement never gets executed and the two lines never get printed. I will have a look and fix it.

              P.S. I put up the indicator you provided on a NT7 Renko chart and it gave me the same output as the NT8 version - a single price line. Your indicator does not draw the other lines. I am not sure where you got the pic with all three lines.

              P.P.S. Is your intent to use this only with the UniRenko bars or other Renko bars as well?
              Last edited by Zeos6; 08-27-2017, 04:21 PM.

              Comment


                #8
                I use only for Unirenko bars. Perhaps, because of this (if you used Renko bars) the other 2 lines didn´t appear

                Thank you so much Zeos6!

                Comment


                  #9
                  Hello rafaelmarcos,

                  The revised indicator is attached. I added a few cosmetic options for line and text display.
                  Attached Files

                  Comment


                    #10
                    Great!! Thank you very much!!

                    Comment


                      #11
                      You are welcome. All the best.

                      Comment


                        #12
                        Do you guys have this for NT7 by chance? i cant find it anywhere. Unirenko closes

                        Comment


                          #13
                          Hello jengland,

                          I gave a look on our User App Share, and I did not find this indicator.

                          I'll leave the thread open for any community members that may be able to provide a NinjaTrader 7 version of this indicator.
                          JimNinjaTrader Customer Service

                          Comment

                          Latest Posts

                          Collapse

                          Topics Statistics Last Post
                          Started by bmartz, 03-12-2024, 06:12 AM
                          4 responses
                          31 views
                          0 likes
                          Last Post bmartz
                          by bmartz
                           
                          Started by Aviram Y, Today, 05:29 AM
                          4 responses
                          12 views
                          0 likes
                          Last Post Aviram Y  
                          Started by algospoke, 04-17-2024, 06:40 PM
                          3 responses
                          28 views
                          0 likes
                          Last Post NinjaTrader_Jesse  
                          Started by gentlebenthebear, Today, 01:30 AM
                          1 response
                          8 views
                          0 likes
                          Last Post NinjaTrader_Jesse  
                          Started by cls71, Today, 04:45 AM
                          1 response
                          7 views
                          0 likes
                          Last Post NinjaTrader_ChelseaB  
                          Working...
                          X