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

Renko Bars

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

    Renko Bars

    There is an open source for Renko Bars for NinjaTrader.
    Attached Files

    #2
    Thank you very much roonius, great job!
    BertrandNinjaTrader Customer Service

    Comment


      #3
      roonius,

      Thanks for posting this file.

      I downloaded the free Renko Bars inside a dll off the 3rd party website over the weekend.

      It was OK, but I like to see the code.

      I also have an ongoing project to build a couple of customized bar charts.

      I like to study existing files to build new ones.

      This will be a big help.

      Thanks again,

      RJay
      RJay
      NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

      Comment


        #4
        Thanks for posting this

        Comment


          #5
          Hey roonius,

          Thanks for this code.

          I have a question about a possible addition.

          Is it possible to display via a dot the most the price in the opposite direction before making the bar.

          For instance, if we are currently green, and a new bar forms green, post on the chart below the new green bar the lowest the price went prior to eventually creating a green bar.

          If not, is it possible to write an indicator to work with OHLC bars but apply them to a renko chart?

          Thanks for your help.

          Anthony
          Last edited by mrlogik; 04-16-2009, 05:58 AM.
          mrlogik
          NinjaTrader Ecosystem Vendor - Purelogik Trading

          Comment


            #6
            Originally posted by mrlogik View Post
            Hey roonius,

            Thanks for this code.

            I have a question about a possible addition.

            Is it possible to display via a dot the most the price in the opposite direction before making the bar.

            For instance, if we are currently green, and a new bar forms green, post on the chart below the new green bar the lowest the price went prior to eventually creating a green bar.

            If not, is it possible to write an indicator to work with OHLC bars but apply them to a renko chart?

            Thanks for your help.

            Anthony
            Anthony,

            I just had an eye surgery and can't spend much time in front of monitor... so can't make any modifications in the next few weeks.

            But to answer your question - it's "no", unless you rewrite renko "type" code using different logics and create additional chart style.

            renko should display highs and lows as a shadow and chartstyle should be something like "wickless" candles...

            It's just my quick thought. If you can come up with different ideas, feel free to share

            roonius

            Comment


              #7
              Did you make this in visual studios; I don't see a way to edit the code for chart types within NT.

              Thanks for your help.
              Last edited by mrlogik; 04-15-2009, 02:31 PM.
              mrlogik
              NinjaTrader Ecosystem Vendor - Purelogik Trading

              Comment


                #8
                Hi mrlogik, editing and creating chart types in NinjaScript is unfortunately not supported by us.
                BertrandNinjaTrader Customer Service

                Comment


                  #9
                  Originally posted by mrlogik View Post
                  Hey roonius,

                  Thanks for this code.

                  I have a question about a possible addition.

                  Is it possible to display via a dot the most the price in the opposite direction before making the bar.

                  For instance, if we are currently green, and a new bar forms green, post on the chart below the new green bar the lowest the price went prior to eventually creating a green bar.

                  If not, is it possible to write an indicator to work with OHLC bars but apply them to a renko chart?

                  Thanks for your help.

                  Anthony
                  Anthony,

                  On the top bar of your Renko bar chart, open the last icon on the right.

                  Click on the chart styles line and try using a different style to find what may work for you. I was using this last weekend with the dll Renko bars.

                  RJay
                  RJay
                  NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

                  Comment


                    #10
                    hey RJay,

                    thanks for the suggestion.
                    Last edited by mrlogik; 04-15-2009, 02:32 PM.
                    mrlogik
                    NinjaTrader Ecosystem Vendor - Purelogik Trading

                    Comment


                      #11
                      Anthony,

                      Sounds like your trying for a Renko/Range or Renko/"Time" bar hybrid.

                      I am also determined to learn how to program my own charts.

                      I have some ideas for charts that need to be constructed and tested.

                      If I were a programmer, it would be so much easier.

                      FYI, I believe the programming file for the default chart types is in the "Type" directory where the Renko File loaded.

                      I am examining this file for more programming ideas.

                      Good Luck,

                      RJay
                      RJay
                      NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

                      Comment


                        #12
                        Rjay,

                        I am an engineer, so if / when I figure this out if you would like to discuss your ideas just PM me.

                        Thanks
                        Anthony
                        mrlogik
                        NinjaTrader Ecosystem Vendor - Purelogik Trading

                        Comment


                          #13
                          Originally posted by mrlogik View Post
                          Rjay,

                          I am an engineer, so if / when I figure this out if you would like to discuss your ideas just PM me.

                          Thanks
                          Anthony
                          Thanks, I'm going to give myself a couple weeks to learn what I can.

                          RJay
                          RJay
                          NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

                          Comment


                            #14
                            A general question about Renko Bars.

                            At the time a bar closes, is the close price of the Renko bar suppose to be where the actual price is?

                            I know that seconds after the close it may be different, but at the exact time the bar closes shouldn't the actual price be very close to it?

                            The reason I ask is because the price doesn't seem to match up with the close of the Renkos.

                            Thanks for the help.
                            mrlogik
                            NinjaTrader Ecosystem Vendor - Purelogik Trading

                            Comment


                              #15
                              Originally posted by mrlogik View Post
                              A general question about Renko Bars.

                              At the time a bar closes, is the close price of the Renko bar suppose to be where the actual price is?

                              I know that seconds after the close it may be different, but at the exact time the bar closes shouldn't the actual price be very close to it?

                              The reason I ask is because the price doesn't seem to match up with the close of the Renkos.

                              Thanks for the help.
                              Let's take Renko 4 ticks on s&p e minis

                              let's say currrent real price is 850 and we have a closed renko green bar with open 849 and close 850.

                              The next green renko bar will be painted when and only when the price will reach 851 (4 tikcs above high)
                              Or the next red renko bar will be painted when and only when the price will drop to 848 (4 ticks below low)

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by aa731, Today, 02:54 AM
                              0 responses
                              4 views
                              0 likes
                              Last Post aa731
                              by aa731
                               
                              Started by thanajo, 05-04-2021, 02:11 AM
                              3 responses
                              470 views
                              0 likes
                              Last Post tradingnasdaqprueba  
                              Started by Christopher_R, Today, 12:29 AM
                              0 responses
                              10 views
                              0 likes
                              Last Post Christopher_R  
                              Started by sidlercom80, 10-28-2023, 08:49 AM
                              166 responses
                              2,237 views
                              0 likes
                              Last Post sidlercom80  
                              Started by thread, Yesterday, 11:58 PM
                              0 responses
                              5 views
                              0 likes
                              Last Post thread
                              by thread
                               
                              Working...
                              X